Trait acgmath::PartialOrd [] [src]

pub trait PartialOrd {
    fn partial_min(self, other: Self) -> Self;
    fn partial_max(self, other: Self) -> Self;
}

A trait providing a partial ordering.

Required Methods

Implementors