dyn_clone

Function clone_box

source
pub fn clone_box<T>(t: &T) -> Box<T>
where T: ?Sized + DynClone,
Expand description

&T —▸ Box<T>