CustomStatisticComputer

Type Alias CustomStatisticComputer 

Source
pub type CustomStatisticComputer<T> = Box<dyn Fn(&ProfilingData) -> Option<T> + Send + Sync>;

Aliased Typeยง

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