ArcLogFunc

Type Alias ArcLogFunc 

Source
pub type ArcLogFunc<T> = Arc<dyn LogFuncTrait<T, Output = String>>;
Expand description

Thread-safe shared reference to a log formatting function.

Aliased Typeยง

pub struct ArcLogFunc<T> { /* private fields */ }