[][src]Trait creep::Cloneable

pub trait Cloneable: DynClone + Send + Sync + Debug {
    fn as_any(&self) -> &dyn Any;
}

Required methods

fn as_any(&self) -> &dyn Any

Loading content...

Implementors

impl<T: DynClone + Send + Sync + Debug + 'static> Cloneable for T[src]

Loading content...