Type Alias ArcLog

Source
pub type ArcLog = Arc<Log>;
Expand description

Shared reference to a log instance.

Aliased Typeยง

pub struct ArcLog { /* private fields */ }