Trait optional::OptOrd
[−]
[src]
pub trait OptOrd {
fn opt_cmp(&self, other: &Self) -> Ordering;
}Ordering within Optioned
pub trait OptOrd {
fn opt_cmp(&self, other: &Self) -> Ordering;
}Ordering within Optioned
impl OptOrd for u8[src]impl OptOrd for u16[src]impl OptOrd for u32[src]impl OptOrd for u64[src]impl OptOrd for usize[src]impl OptOrd for i8[src]impl OptOrd for i16[src]impl OptOrd for i32[src]impl OptOrd for i64[src]impl OptOrd for isize[src]impl OptOrd for f32[src]impl OptOrd for f64[src]impl OptOrd for char[src]