pub type PointsFn<'a> = Box<dyn FnMut(&[f32], f32) -> Vec<(f64, f64)> + 'a>;
Closure type of Transform::Points.
Transform::Points
pub struct PointsFn<'a>(/* private fields */);