Trait IntoBox
batch_oper::named_into
pub trait IntoBox: Sized { fn boxed(self) -> Box<Self> { ... } }
fn boxed(self) -> Box<Self>
impl<T> IntoBox for T