Trait optional::OptOrd [] [src]

pub trait OptOrd {
    fn opt_cmp(&self, other: &Self) -> Ordering;
}

Ordering within Optioned

Required Methods

compare this Optioned with another

Implementors