Trait kas::Boxed[][src]

pub trait Boxed<T> where
    T: ?Sized
{ fn boxed(self) -> Box<T, Global>; }
Expand description

Provides a convenient .boxed() method on implementors

Required methods

Boxing method

Implementors