DynReader

Type Alias DynReader 

Source
pub type DynReader<R> = Reader<DynRecord, R>;
Expand description

The DynReader struct loads points with schema determined in runtime.

Aliased Typeยง

pub struct DynReader<R> { /* private fields */ }