☰
ChunkLength
ChunkLength
Associated Types
SizedType
Implementations on Foreign Types
UInt<N, B0>
UInt<N, B1>
UTerm
Implementors
In sized_chunks::types
Traits
Bits
ChunkLength
?
Trait
sized_chunks
::
types
::
ChunkLength
source
·
[
−
]
pub trait ChunkLength<A>:
Unsigned
{ type
SizedType
; }
Associated Types
source
type
SizedType
Implementations on Foreign Types
source
impl<A>
ChunkLength
<A> for
UTerm
type
SizedType
=
()
source
impl<A, N>
ChunkLength
<A> for
UInt
<N,
B0
>
where
N:
ChunkLength
<A>,
type
SizedType
= SizeEven<A, N::
SizedType
>
source
impl<A, N>
ChunkLength
<A> for
UInt
<N,
B1
>
where
N:
ChunkLength
<A>,
type
SizedType
= SizeOdd<A, N::
SizedType
>
Implementors