Trait itc::Min [] [src]

pub trait Min<T> {
    fn min(&self) -> T;
}

Required Methods

Implementors