Type Alias show_notes::e025::DistanceFrom

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

Aliased Type§

struct DistanceFrom<'a>(Unique<dyn FnMut(&'a Point) -> f32 + 'a>, Global);

Fields§

§0: Unique<dyn FnMut(&'a Point) -> f32 + 'a>§1: Global

Trait Implementations§

1.0.0 · source§

impl<T, A> Deref for Box<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.