zebrad::components::tracing::component

Type Alias 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.

Aliased Typeยง

struct BoxWrite(/* private fields */);