Type Alias LogFunc

Source
pub type LogFunc<T> = dyn LogFuncTrait<T>;
Expand description

Trait object for log functions.