pub trait ToKey { // Required method fn to_key(&self) -> String; }
Trait for types that can be converted to a key for grouping operations.
Convert the value to a key.