pub type Prod<A, B> = <A as Mul<B>>::Output;
Expand description

Alias for the associated type of Mul: Prod<A, B> = <A as Mul<B>>::Output