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

type Length<T> = <T as Len>::Output;
Expand description

Alias for the associated type of Len: Length<A> = <A as Len>::Output