Enum cursive::theme::Error [] [src]

pub enum Error {
    Io(Error),
    Parse(Error),
}

Possible error returned when loading a theme.

Variants

An error occured when reading the file.

An error occured when parsing the toml content.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.