logo
pub fn _clone_boxed<T>(t: &T) -> Box<T, Global>Notable traits for Box<I, A>impl<I, A> Iterator for Box<I, A> where
    I: Iterator + ?Sized,
    A: Allocator
type Item = <I as Iterator>::Item;
where
    T: ?Sized
Expand description

Clone boxed dyn.

Not intended to be used directly.