pub trait BReader { type R: BReaderFields; // Required method fn read(&self) -> Self::R; }
Reg::read as a trait.
Reg::read