CustomStatisticPrinter

Type Alias CustomStatisticPrinter 

Source
pub type CustomStatisticPrinter<T> = Box<dyn Fn(T) + Send + Sync>;

Aliased Typeยง

pub struct CustomStatisticPrinter<T>(/* private fields */);