Type Alias ListLog

Source
pub type ListLog<T> = Vec<(String, ArcLogFunc<T>)>;

Aliased Typeยง

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