Trait tool::monad::Unwrap
[−]
[src]
pub trait Unwrap {
type Value;
fn unwrap(self) -> Self::Value;
}Abstracts over unwrapping.
pub trait Unwrap {
type Value;
fn unwrap(self) -> Self::Value;
}Abstracts over unwrapping.
type Valuefn unwrap(self) -> Self::Value