pub trait Key {
    type Value;
    type WrappedValue: Into<Self::Value>;
}

Required Associated Types§

Implementors§