Enum cmd_pandoc::OutputFormatExt [] [src]

pub enum OutputFormatExt {
    Fmt(OutputFormat),
    FmtExt(OutputFormatVec<String>),
}

Variants

Trait Implementations

impl Clone for OutputFormatExt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OutputFormatExt
[src]

Formats the value using the given formatter.