pub trait ToKey { fn to_key(&self) -> Key<'_>; }
A type that can be converted into a Key.
Key
Perform the conversion.