Type Alias ListLog

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

Aliased Typeยง

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