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

Clone boxed dyn.

Not intended to be used directly.