Trait ambient_api::prelude::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.