Trait itc::Max [] [src]

pub trait Max<T> {
    fn max(&self) -> T;
}

Required Methods

Implementors