[][src]Trait batch_oper::named_into::IntoSome

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

Provided methods

fn some(self) -> Option<Self>

Loading content...

Implementors

impl<T> IntoSome for T[src]

Loading content...