FieldReader

Type Alias FieldReader 

Source
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 */ }