Expand description
Provides MultiAny, a trait for dynamic typing that allows downcasting to
concrete types and trait objects.
Modules§
- features
- Cargo features
Structs§
- Meta
- Stores fat pointer metadata in a type-erased way.
Traits§
- Multi
Any - A trait for dynamic typing that allows downcasting to both concrete types and trait objects.
- Typed
Metadata - Trait for converting between fat pointer metadata and type-erased
Meta.
Attribute Macros§
- multi_
any - Generates a
Pointeeimplementation for trait object of the labeled trait.
Derive Macros§
- Multi
Any - Derive macro for
MultiAny.