Trait typemap_rev::TypeMapKey[][src]

pub trait TypeMapKey: Any {
    type Value: Send + Sync;
}

TypeMapKey is used to declare key types that are eligible for use with TypeMap.

Associated Types

type Value: Send + Sync[src]

Defines the value type that corresponds to this TypeMapKey.

Loading content...

Implementors

Loading content...