Type Definition DistanceFrom
show_notes::e025
type DistanceFrom<'a> = Box<dyn FnMut(&'a Point) -> f32 + 'a>;