Trait bit_struct::BitStructExt[][src]

pub trait BitStructExt: BitStruct<true> {
    fn exact_from(value: Self::Kind) -> Self;
}

Required methods

Implementors