Type Alias pcd_rs::reader::DynReader

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

The DynReader struct loads points with schema determined in runtime.

Aliased Type§

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