[][src]Trait libsugar::named_into::IntoSome

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

Provided methods

pub fn some(self) -> Option<Self>[src]

Loading content...

Implementors

impl<T> IntoSome for T[src]

Loading content...