rustmax
0.0.4
Option
Expect
Required Methods
X
Implementors
In rustmax::
extras
rustmax
::
extras
Trait
OptionExpect
Copy item path
Source
pub trait OptionExpect<T> { // Required method fn
X
(self) -> T; }
Required Methods
§
Source
fn
X
(self) -> T
Implementors
§
Source
§
impl<T>
OptionExpect
<T> for
Option
<T>