Skip to main content

DebugSink

Type Alias DebugSink 

Source
pub type DebugSink = Box<dyn FnMut(&DebugEvent<'_>, &[String])>;

Aliased Typeยง

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