Trait moreops::OptionOps [] [src]

pub trait OptionOps {
    fn some(self) -> Option<Self>
    where
        Self: Sized
, { ... } }

Provided Methods

Implementors