pub fn _clone_boxed<T>(t: &T) -> Box<T>
where T: ?Sized,
Expand description

Clone boxed dyn.

Not intended to be used directly.