Crate type_dispatch_macros
source ·Expand description
Macros for dispatching based on generic types.
Macros§
- Dispatches a constant based on a given generic type.
- Dispatches a function body based on a given generic type.
- A function-like variant of
impl_dispatch
. - Dispatches a constant based on a given generic type.
Attribute Macros§
- Dispatches a trait implementation to a specified set of generic types.