Type Definition sc_network::multiaddr::multihash::typenum::Gr [−]
type Gr<A, B> = <A as IsGreater<B>>::Output;
Expand description
Alias for the associated type of IsGreater
: Gr<A, B> = <A as IsGreater<B>>::Output