pub type GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output;Expand description
Alias for the associated type of IsGreaterOrEqual:
GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output
main (development) branch of crypto-glue.pub type GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output;Alias for the associated type of IsGreaterOrEqual:
GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output