Type Alias show_notes::e025::DistanceFrom

source ·
pub type DistanceFrom<'a> = Box<dyn FnMut(&'a Point) -> f32 + 'a>;

Aliased Type§

struct DistanceFrom<'a>(/* private fields */);