Type Alias ListLog

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

Aliased Typeยง

struct ListLog { /* private fields */ }