Skip to main content

TelemetryTap

Type Alias TelemetryTap 

Source
pub type TelemetryTap = Box<dyn FnMut(&EngineStep)>;
Expand description

Type-erased EngineStep observer installed onto a Node via Node::set_telemetry_tap. Each Node::poll call invokes the closure once per produced step.

Aliased Type§

pub struct TelemetryTap(/* private fields */);