[−][src]Trait vec_utils::BoxExt
Associated Types
Loading content...Required methods
fn drop_box(bx: Box<Self::T>) -> UninitBox
fn take(bx: Box<Self::T>) -> (UninitBox, Self::T) where
Self::T: Sized,
Self::T: Sized,
Implementations on Foreign Types
impl<T: ?Sized> BoxExt for Box<T>[src]
type T = T
fn drop_box(bx: Box<Self::T>) -> UninitBox[src]
fn take(bx: Box<Self::T>) -> (UninitBox, Self::T) where
Self::T: Sized, [src]
Self::T: Sized,