Enum terminal_light::TlError [−][src]
pub enum TlError {
IO(Error),
XtermQuery(XQError),
ParseInt(ParseIntError),
WrongFormat(String),
NoColorFgBgEnv,
VarError(VarError),
Unsupported,
}Expand description
terminal-light error type
Variants
IO(Error)
Tuple Fields
0: ErrorXtermQuery(XQError)
Tuple Fields
0: XQErrorParseInt(ParseIntError)
Tuple Fields
WrongFormat(String)
Tuple Fields
0: StringNoColorFgBgEnv
VarError(VarError)
Tuple Fields
0: VarErrorUnsupported
Trait Implementations
Performs the conversion.
