pub trait IntoBoxOrFull {
    fn into_box(self) -> Option<Box>;
}
Expand description

Box or ..

Required methods

Returns

Implementations on Foreign Types

Implementors