pub type Mod<A, B> = <A as Rem<B>>::Output;
Alias for the associated type of Rem: Mod<A, B> = <A as Rem<B>>::Output
Rem
Mod<A, B> = <A as Rem<B>>::Output
Note: Encountered an error during type layout; the type failed to be normalized.