Enum termstyle::ElRaw [] [src]

pub enum ElRaw {
    Table(TableRaw),
    Text(TextsRaw),
}

Raw El type, used only for deserializing.

Variants

Trait Implementations

impl Debug for ElRaw
[src]

[src]

Formats the value using the given formatter.