Struct genet_abi::io::WriterWorkerBox[][src]

pub struct WriterWorkerBox { /* fields omitted */ }

Methods

impl WriterWorkerBox
[src]

Trait Implementations

impl Send for WriterWorkerBox
[src]

impl Debug for WriterWorkerBox
[src]

Formats the value using the given formatter. Read more

impl Drop for WriterWorkerBox
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations