[][src]Function objekt::clone_box

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