[−][src]Trait typenum::type_operators::IsLessOrEqual
A type operator that returns True
if Self <= Rhs
, otherwise returns False
.
Associated Types
Required Methods
fn is_less_or_equal(self, rhs: Rhs) -> Self::Output
Method returning True
or False
.