Enum terminal_light::TlError [−][src]
pub enum TlError {
IO(Error),
Utf8(Utf8Error),
ParseInt(ParseIntError),
WrongFormat(String),
Timeout,
TerminalError(i64),
NixError(Errno),
Unsupported,
}Expand description
terminal-light error type
Variants
Tuple Fields of IO
0: ErrorTuple Fields of Utf8
0: Utf8ErrorTuple Fields of ParseInt
Tuple Fields of WrongFormat
0: StringTuple Fields of TerminalError
0: i64Tuple Fields of NixError
0: ErrnoTrait Implementations
Performs the conversion.