Type Alias FieldReader

Source
pub type FieldReader<U, FI> = FieldReaderRaw<U, FI>;
Expand description

Field reader.

Result of the read methods of fields.

Aliased Typeยง

pub struct FieldReader<U, FI> { /* private fields */ }