Crate typemap[][src]

Expand description

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

Structs

A view onto an occupied entry in a TypeMap.

A map keyed by types.

A view onto an unoccupied entry in a TypeMap.

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 Definitions

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.