pub trait Bitfield { type Storage; }
Trait implemented by all bitfields generated by the crate in order to know their storage type.
This bitfield’s storage type.