Type Alias subspace_farmer::plotter::cpu::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 */ }