pub trait ArgumentBits { // Required method fn bits(self) -> u32; }
Auxilliary trait for command argument bit values.