Type Alias LogFunc

Source
pub type LogFunc<T> = dyn LogFuncTrait<T, Output = String>;