pub type JointObserver = Box<dyn FnMut(&RobotState, &JointSent) + Send>;Expand description
The observer’s type: called every cycle on the realtime thread, so it must not allocate or block.
Aliased Type§
pub struct JointObserver(/* private fields */);