Type Alias DebugPrinter

Source
pub type DebugPrinter = Arc<dyn Fn(&Byte32, &str) + Send + Sync>;
Expand description

Debug printer function type

Aliased Typeยง

pub struct DebugPrinter { /* private fields */ }