Function objekt::clone_box[][src]

pub fn clone_box<T: ?Sized>(t: &T) -> Box<T> where
    T: Clone