edge_impulse_runner::inference::model

Type Alias DebugCallback

Source
pub type DebugCallback = Box<dyn Fn(&str) + Send + Sync>;
Expand description

Debug callback type for receiving debug messages

Aliased Typeยง

struct DebugCallback(/* private fields */);