subspace_farmer::cluster::plotter

Type Alias HandlerFn3

source
pub type HandlerFn3<A, B, C> = Arc<dyn Fn(&A, &B, &C) + Send + Sync + 'static>;
Expand description

Type alias used for event handlers

Aliased Typeยง

struct HandlerFn3<A, B, C> { /* private fields */ }