Crate fixed_typemap_internals[][src]

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

Generate a fixed typemap.

Traits

A trait which represents the ability of a type to key a typemap infallibly.

A trait which represents the ability to iterate over a typemap with a specific trait object tuype.