Trait ambient_element::AnyCloneable
source · pub trait AnyCloneable: AsAny + DynClone + Debug { }
Expand description
A trait for types that can be converted to Any
and can also be cloned.
pub trait AnyCloneable: AsAny + DynClone + Debug { }
A trait for types that can be converted to Any
and can also be cloned.