pub type FieldReader<FI = u8> = FieldReader<FI>;
Expand description
Field reader.
Result of the read
methods of fields.
Aliased Type§
pub struct FieldReader<FI = u8> { /* private fields */ }
pub type FieldReader<FI = u8> = FieldReader<FI>;
Field reader.
Result of the read
methods of fields.
pub struct FieldReader<FI = u8> { /* private fields */ }