ToBox

Trait ToBox 

Source
pub trait ToBox {
    // Provided method
    fn to_box(self) -> Box<Self>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn to_box(self) -> Box<Self>
where Self: Sized,

Implementors§