Type Alias typenum::operator_aliases::Mod

source ·
pub type Mod<A, B> = <A as Rem<B>>::Output;
Expand description

Alias for the associated type of Rem: Mod<A, B> = <A as Rem<B>>::Output

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.