Enum pandoc_ast::QuoteType [] [src]

pub enum QuoteType {
    SingleQuote,
    DoubleQuote,
}

Type of quotation marks to use in Quoted inline.

Variants

Trait Implementations

impl Debug for QuoteType
[src]

Formats the value using the given formatter.