Struct pdf_extract::PlainTextOutput[][src]

pub struct PlainTextOutput<W: ConvertToFmt> { /* fields omitted */ }

Methods

impl<W: ConvertToFmt> PlainTextOutput<W>
[src]

Trait Implementations

impl<W: ConvertToFmt> OutputDev for PlainTextOutput<W>
[src]

Auto Trait Implementations

impl<W> Send for PlainTextOutput<W> where
    <W as ConvertToFmt>::Writer: Send

impl<W> Sync for PlainTextOutput<W> where
    <W as ConvertToFmt>::Writer: Sync