[][src]Function geng::prelude::clone_box

pub fn clone_box<T>(t: &T) -> Box<T, Global>

Notable traits for Box<W, Global>

impl<W> Write for Box<W, Global> where
    W: Write + ?Sized
impl<R> Read for Box<R, Global> where
    R: Read + ?Sized
impl<F, A> Future for Box<F, A> where
    A: AllocRef,
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;
where
    T: DynClone + ?Sized