pub trait VariableLengthCode {
    fn min_length() -> usize;
    fn max_length() -> usize;
}

Required Methods§

Implementors§