pub type LogTargetLayer<F, S> = Layered<Option<<F as LogControl1LayerFactory>::ConsoleLayer<S>>, Option<<F as LogControl1LayerFactory>::JournalLayer<S>>, S>;Expand description
The type of the layer that implements the log target.
Aliased Typeยง
pub struct LogTargetLayer<F, S> { /* private fields */ }