Trait sc_network::multiaddr::multihash::typenum::Len[]

pub trait Len {
    type Output: Unsigned;
    fn len(&self) -> Self::Output;
}
Expand description

A type operator that gives the length of an Array or the number of bits in a UInt.

Associated Types

The length as a type-level unsigned integer.

Required methods

This function isn’t used in this crate, but may be useful for others.

Implementors