Type Definition zebrad::components::tracing::component::BoxWrite

source ·
pub type BoxWrite = Box<dyn Write + Send + Sync + 'static>;
Expand description

A type-erased boxed writer that can be sent between threads safely.