type OneShotLineRows<R, Offset = <R as Reader>::Offset> = LineRows<R, IncompleteLineProgram<R, Offset>, Offset>;Aliased Type§
struct OneShotLineRows<R, Offset = <R as Reader>::Offset> {
program: IncompleteLineProgram<R, Offset>,
row: LineRow,
instructions: LineInstructions<R>,
}Fields§
§program: IncompleteLineProgram<R, Offset>§row: LineRow§instructions: LineInstructions<R>