Trait typenum::type_operators::Len
source · pub trait Len {
type Output: Unsigned;
// Required method
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
.