[][src]Function dyn_clone::clone_box

pub fn clone_box<T: ?Sized>(t: &T) -> Box<T>

Notable traits for Box<F>

impl<F> Future for Box<F> where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;impl<I> Iterator for Box<I> where
    I: Iterator + ?Sized
type Item = <I as Iterator>::Item;
where
    T: DynClone