Trait typenum::Cmp [] [src]

pub trait Cmp<Rhs = Self> {
    type Output;
}

Compares Self and Rhs. Should only ever return one of Greater, Less, or Equal.

Associated Types

type Output

Implementors