Enum pandoc::InputKind [] [src]

pub enum InputKind {
    Files(Vec<PathBuf>),
    Pipe(String),
}

Variants

passed to the pandoc executable through stdin

Trait Implementations

impl Clone for InputKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputKind
[src]

Formats the value using the given formatter.