Function dyn_clone::clone_box

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

&T —▸ Box<T>