pub trait DynClone: ReprCTrait {
    fn dyn_clone(_: &VirtualPtr<Self>) -> VirtualPtr<Self>;
}
Available on crate feature dyn-traits only.

Required Methods

Implementations on Foreign Types

Implementors