Trait query_interface::ObjectPartialOrd [] [src]

pub trait ObjectPartialOrd {
    fn obj_partial_cmp(&self, other: &Object) -> Option<Ordering>;
}

Required Methods

Implementors