pub type SdrCallback = Box<dyn Fn() + Send + Sync>;
Callback function type for SDR value changes.
pub struct SdrCallback(/* private fields */);