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