#[derive(BitfieldSpecifier)]
{
// Attributes available to this derive:
#[bits]
}
👎Deprecated since 0.12.0: use #[derive(Specifier)]. This alias will be removed in 0.13.
#[derive(BitfieldSpecifier)]
{
// Attributes available to this derive:
#[bits]
}