Trait tract_pulse::internal::tract_core::dyn_clone::DynClone[][src]

pub trait DynClone: Sealed { }
Expand description

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

Implementors