pub trait FixedLengthCode {
    fn fixed_length() -> usize;
}

Required Methods§

Implementors§