BoxedBatchReader

Type Alias BoxedBatchReader 

Source
pub type BoxedBatchReader = Box<dyn BatchReader>;
Expand description

Pointer to BatchReader.

Aliased Typeยง

pub struct BoxedBatchReader(/* private fields */);