Crate typemap

Source
Expand description

A type-based key value store where one value type is allowed for each key.

Structs§

Enums§

  • A view onto an entry in a TypeMap.

Traits§

  • A marker trait meant for use as the A parameter in TypeMap.
  • A marker trait meant for use as the A parameter in TypeMap.
  • This trait defines the relationship between keys and values in a TypeMap.

Type Aliases§

  • A version of TypeMap containing only Clone types.
  • A version of TypeMap containing only Debug types.
  • A version of TypeMap containing only Send types.
  • A version of TypeMap containing only Clone + Send + Sync types.
  • A version of TypeMap containing only Debug + Send + Sync types.
  • A version of TypeMap containing only Send + Sync types.
  • A version of TypeMap containing only Sync types.