Type Alias pcd_rs::writer::DynWriter

source ·
pub type DynWriter<W> = Writer<DynRecord, W>;
Expand description

The DynReader struct writes points with schema determined in runtime.

Aliased Type§

struct DynWriter<W> { /* private fields */ }