Enum syntect::highlighting::ParseThemeError [] [src]

pub enum ParseThemeError {
    IncorrectUnderlineOption,
    IncorrectFontStyle(String),
    IncorrectColor,
    IncorrectSyntax,
    IncorrectSettings,
    UndefinedSettings,
    UndefinedScopeSettings(String),
    ColorShemeScopeIsNotObject,
    ColorShemeSettingsIsNotObject,
    ScopeSelectorIsNotString(String),
    DuplicateSettings,
    ScopeParse(ParseScopeError),
}

Variants

Trait Implementations

impl Debug for ParseThemeError
[src]

Formats the value using the given formatter.

impl From<ParseScopeError> for ParseThemeError
[src]

Performs the conversion.