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 */ }
pub type ArcLogFunc<T> = Arc<dyn LogFuncTrait<T, Output = String>>;
Thread-safe shared reference to a log formatting function.
pub struct ArcLogFunc<T> { /* private fields */ }