pub trait ChunkLength<A>: Unsigned {
    type SizedType;
}

Associated Types

Implementations on Foreign Types

Implementors