Enum termstyle::TextRaw [] [src]

pub enum TextRaw {
    Simple(String),
    Full(Text),
}

Raw Text type, used only for deserializing.

Variants

Trait Implementations

impl Debug for TextRaw
[src]

[src]

Formats the value using the given formatter.