Trait btree_range_map::BoundOrd
source · pub trait BoundOrd<T = Self> {
// Required method
fn bound_cmp<B: AsBound<Item = T>>(
&self,
other: &Directed<B>
) -> BoundOrdering;
}pub trait BoundOrd<T = Self> {
// Required method
fn bound_cmp<B: AsBound<Item = T>>(
&self,
other: &Directed<B>
) -> BoundOrdering;
}