Skip to main content

BoxedWriter

Type Alias BoxedWriter 

Source
pub type BoxedWriter = FastxWriter<Box<dyn Write + Send>>;
Expand description

The boxed writer type produced by create and WriterBuilder::stdout.

Aliased Typeยง

pub struct BoxedWriter { /* private fields */ }