AttachCallback

Type Alias AttachCallback 

Source
pub type AttachCallback = dyn Fn(&mut Stepper) + Send + 'static;
Expand description

The function type for the safe Rust voltage input attach callback.