pub trait NullOrd {
    fn null_cmp(&self, other: &Self) -> Option<Ordering>;
}

Required Methods

Implementors