Trait DynCopy

Source
pub trait DynCopy: Sealed { }

Implementors§

Source§

impl<T: Copy> DynCopy for T