[][src]Module fixed_map::storage

Module for the trait to define Storage.

Structs

BooleanStorage

Storage for bools.

MapStorage

Storage for static types that must be stored in a map.

OptionStorage

Storage for Option<T>s.

SingletonStorage

Storage types that can only inhabit a single value (like ()).

Traits

Storage

The trait defining how storage works.