Type Definition sc_network::multiaddr::multihash::typenum::Sum[]

type Sum<A, B> = <A as Add<B>>::Output;
Expand description

Alias for the associated type of Add: Sum<A, B> = <A as Add<B>>::Output