Crate fixed_typemap_internals

Source
Expand description

Internals for fixed_typemap, a crate for producing typemaps with extended functionality over a set of known types.

This is a set of internal details used by the proc macros, and shouldn’t be depended on directly. Instead, depend on and use fixed_typemap as this is probably what you’re looking for.

Macros§

decl_fixed_typemap
Generate a fixed typemap.

Traits§

InfallibleKey
A trait which represents the ability of a type to key a typemap infallibly.
IterableAs
A trait which represents the ability to iterate over a typemap with a specific trait object tuype.