[][src]Trait dyn_clone::DynClone

pub trait DynClone { }

This trait is implemented by any type that implements std::clone::Clone.

Implementors

impl<T> DynClone for T where
    T: Clone
[src]

Loading content...