Trait sized_chunks::types::ChunkLength [−][src]
A trait used to decide the size of an array.
<N as ChunkLength<A>>::SizedType for a type level integer N will have the
same size as [A; N].
Associated Types
Loading content...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]
N: ChunkLength<A>,
impl<A, N> ChunkLength<A> for UInt<N, B1> where
N: ChunkLength<A>, [src]
Loading content...N: ChunkLength<A>,