Trait IntoSome
batch_oper::named_into
pub trait IntoSome: Sized { fn some(self) -> Option<Self> { ... } }
fn some(self) -> Option<Self>
impl<T> IntoSome for T