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§
- Infallible
Key - A trait which represents the ability of a type to key a typemap infallibly.
- Iterable
As - A trait which represents the ability to iterate over a typemap with a specific trait object tuype.