pub trait Sortable: ToString + Clonable { // Provided method fn to_sortable(&self) -> KeyType { ... } }
source