[][src]Macro entab::impl_reader

macro_rules! impl_reader {
    ($(#[$attr:meta])* $reader: ident, $record:ty, $state:ty, $new_params:ty) => { ... };
}

Generates a ...Reader struct for the associated state-based file parsers along with the matching RecordReader for that struct.