Crate multi_any

Crate multi_any 

Source
Expand description

Provides MultiAny, a trait for dynamic typing that allows downcasting to concrete types and trait objects.

Cargo features.

Modules§

features
Cargo features

Structs§

Meta
Stores fat pointer metadata in a type-erased way.

Traits§

MultiAny
A trait for dynamic typing that allows downcasting to both concrete types and trait objects.
TypedMetadata
Trait for converting between fat pointer metadata and type-erased Meta.

Attribute Macros§

multi_any
Generates a Pointee implementation for trait object of the labeled trait.

Derive Macros§

MultiAny
Derive macro for MultiAny.