Enum pandoc_ast::Alignment [] [src]

pub enum Alignment {
    AlignLeft,
    AlignRight,
    AlignCenter,
    AlignDefault,
}

Alignment of a table column.

Variants

Trait Implementations

impl Debug for Alignment
[src]

Formats the value using the given formatter.