Type Alias ArcLogFunc

Source
pub type ArcLogFunc<T> = Arc<LogFunc<T>>;

Aliased Typeยง

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