Trait im::chunk::ChunkLength[][src]

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

Associated Types

Implementations on Foreign Types

impl<A> ChunkLength<A> for UTerm
[src]

impl<A, N> ChunkLength<A> for UInt<N, B0> where
    N: ChunkLength<A>, 
[src]

impl<A, N> ChunkLength<A> for UInt<N, B1> where
    N: ChunkLength<A>, 
[src]

Implementors