Enum rustyline::error::ReadlineError [−][src]
Expand description
The error type for Rustyline errors that can arise from I/O related errors or Errno when using the nix-rust library
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Io(Error)
Tuple Fields
0: Error
I/O Error
Eof
EOF (Ctrl-D)
Interrupted
Ctrl-C
Utf8Error
Chars Error
Errno(Error)
Tuple Fields
0: Error
Unix Error from syscall