[][src]Trait batch_oper::named_into::IntoBox

pub trait IntoBox: Sized {
    fn boxed(self) -> Box<Self> { ... }
}

Provided methods

fn boxed(self) -> Box<Self>

Loading content...

Implementors

impl<T> IntoBox for T[src]

Loading content...