pub trait ByteLen { // Required method fn byte_len(&self) -> NumBytes; }
Type which has a well-defined length in bytes.
Length in bytes of the value.