Trait typedmap::hashmap::TypedMapKey[][src]

pub trait TypedMapKey<Marker = ()>: Eq + Hash {
    type Value: 'static;
}

A trait that a key stored in the TypedMap must be implement. Marker may be used to implement multiple key-value type mappings.

Associated Types

type Value: 'static[src]

Type of a value associated with the Key type

Loading content...

Implementors

Loading content...