Trait en::Max[][src]

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

Required methods

fn max(self, other: Self) -> Self[src]

Loading content...

Implementors

impl<T> Max for T where
    T: PartialOrd
[src]

Loading content...