Trait TypeMapKey

Source
pub trait TypeMapKey: 'static {
    type Value: Any;
}
Expand description

A trait that allows using the object implementing it to be used as a type key.

Required Associated Types§

Implementors§