ListLog

Type Alias ListLog 

Source
pub type ListLog<T> = Vec<(String, Arc<dyn LogFuncTrait<T, Output = String>>)>;
Expand description

A collection of named log formatting functions.

Aliased Typeยง

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