Enum syntect::highlighting::SettingsError [] [src]

pub enum SettingsError {
    Plist(PlistError),
}

An error parsing a settings file

Variants

Plist(PlistError)

Incorrect Plist syntax

Trait Implementations

impl Debug for SettingsError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<PlistError> for SettingsError
[src]

fn from(error: PlistError) -> SettingsError

Performs the conversion.