pub trait SorterImplExt: ObjectSubclass {
    fn parent_compare(&self, item1: &Object, item2: &Object) -> Ordering;
    fn parent_order(&self) -> SorterOrder;
}

Required Methods§

Implementors§