[][src]Function dyn_clone::clone_box

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