Struct bit_io::Writer[][src]

pub struct Writer<W> { /* fields omitted */ }

Methods

impl<W> Writer<W> where
    W: Write
[src]

Auto Trait Implementations

impl<W> Send for Writer<W> where
    W: Send

impl<W> Sync for Writer<W> where
    W: Sync