Trait radn::flow::keyed::WithComparator
source · pub trait WithComparator: Keyed {
type Comparator: Comparator<Self::Key>;
// Required method
fn comparator(&self) -> &Self::Comparator;
}pub trait WithComparator: Keyed {
type Comparator: Comparator<Self::Key>;
// Required method
fn comparator(&self) -> &Self::Comparator;
}