Type Definition sc_network::multiaddr::multihash::typenum::Prod [−]
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