Trait itc::LessThanOrEqual [] [src]

pub trait LessThanOrEqual {
    fn leq(&self, other: &Self) -> bool;
}

Required Methods

Implementors