Crate dyn_any

Source

Traits§

DynAny
IntoDynAny
StaticType
StaticTypeClone
StaticTypeSized
Upcast
Use this trait to perform your upcasts on dyn traits. Make sure to require it in the supertrait!
UpcastFrom
Implement this trait for your dyn Trait types for all T: Trait

Functions§

downcast
downcast_ref

Derive Macros§

DynAny
Derives an implementation for the DynAny trait.