Derive Macro BitWriteSized

Source
#[derive(BitWriteSized)]
{
    // Attributes available to this derive:
    #[bitbuffer]
    #[size]
    #[size_bits]
    #[discriminant_bits]
    #[discriminant]
    #[endianness]
    #[align]
}
Expand description

See the crate documentation for details