[][src]Trait libsugar::named_into::IntoBox

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

Provided methods

pub fn boxed(self) -> Box<Self>[src]

Loading content...

Implementors

impl<T> IntoBox for T[src]

Loading content...