pub type RuntimeMonitorObserver = Arc<dyn Fn(RuntimeMonitorEvent) + Send + Sync>;Expand description
Thread-safe callback installed by an embedding host that wants live, payload-safe runtime lifecycle metadata.
Aliased Typeยง
pub struct RuntimeMonitorObserver { /* private fields */ }