Enum pandoc::OutputKind[][src]

pub enum OutputKind {
    File(String),
    Pipe,
}

Specify whether to generate a file or pipe the output to stdout.

Variants

Trait Implementations

impl Clone for OutputKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OutputKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OutputKind

impl Sync for OutputKind