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