Expand description
§::const-dispatch
Modules§
- The crate’s prelude, designed to be
*-blob imported. - The “
impls” for primitive types such asboolandu8
Macros§
- The whole raison d’être of the crate. Statically dispatch a runtime/dynamic value so as to lift it to the
const(and thus, type-level) reälm.
Traits§
- Marker trait for types which may be fed to
const_dispatch!.
Derive Macros§
- Derives/
implementsConstDispatchfor the given type.