Trait incrust::types::abc::AsPartialOrd [] [src]

pub trait AsPartialOrd {
    fn is_partial_ord(&self) -> bool;
    fn try_as_partial_ord(&self) -> Option<&IPartialOrd>;
}

Required Methods

Implementors