Skip to main content

PointMapper

Type Alias PointMapper 

Source
pub type PointMapper<T> = Box<dyn Fn(&[PointFieldDatum]) -> Result<T, PointRainIOError>>;

Aliased Typeยง

pub struct PointMapper<T>(/* private fields */);