pub type ListLog<T> = Vec<(String, ArcLogFunc<T>)>;Expand description
A collection of named log formatting functions.
Aliased Typeยง
pub struct ListLog<T> { /* private fields */ }pub type ListLog<T> = Vec<(String, ArcLogFunc<T>)>;A collection of named log formatting functions.
pub struct ListLog<T> { /* private fields */ }