Trait Key

Source
pub trait Key {
    type Value: Any;
}

Required Associated Types§

Implementors§