pub trait BitUnitCode: Code<Slice = BSRep, Vector = BVRep> {
// Required methods
fn code_bit_len(&self) -> usize;
fn info_bit_len(&self) -> usize;
}pub trait BitUnitCode: Code<Slice = BSRep, Vector = BVRep> {
// Required methods
fn code_bit_len(&self) -> usize;
fn info_bit_len(&self) -> usize;
}