Trait tool::monad::Unwrap [] [src]

pub trait Unwrap {
    type Value;
    fn unwrap(self) -> Self::Value;
}

Abstracts over unwrapping.

Associated Types

Required Methods

Implementors