Enum cursive::theme::Error
[−]
[src]
pub enum Error {
IoError(Error),
ParseError,
}Possible error returned when loading a theme.
Variants
IoError(Error)An error occured when reading the file.
ParseErrorAn error occured when parsing the toml content.