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

type Square<A> = <A as Mul<A>>::Output;
Expand description

Alias to make it easy to square. Square<A> = <A as Mul<A>>::Output