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