Struct pdf_extract::WriteAdapter[][src]

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

Trait Implementations

impl<W: Write> Write for WriteAdapter<W>
[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

Writes a [char] into this writer, returning whether the write succeeded. Read more

Glue for usage of the [write!] macro with implementors of this trait. Read more

Auto Trait Implementations

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

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