Trait typenum::type_operators::IsGreater [−][src]
A type operator that returns True
if Self > Rhs
, otherwise returns False
.
Associated Types
Loading content...Required methods
fn is_greater(self, rhs: Rhs) -> Self::Output
[src]
Method returning True
or False
.
Implementors
impl<A, B> IsGreater<B> for A where
A: Cmp<B> + IsGreaterPrivate<B, Compare<A, B>>,
[src]
A: Cmp<B> + IsGreaterPrivate<B, Compare<A, B>>,