pub trait FRead<FI: FieldSpec> { // Required method fn bits(&self) -> FI::Ux; }
FieldReader::bits as a trait.
FieldReader::bits