Enum termstyle::TextsRaw [] [src]

pub enum TextsRaw {
    Single(TextRaw),
    Multi(Vec<TextRaw>),
}

Raw Text type, used so you can specify "foo bar" or ["foo ", "bar"]

Variants

Trait Implementations

impl Debug for TextsRaw
[src]

[src]

Formats the value using the given formatter.