Enum clearscreen::Error [−][src]
pub enum Error {
Io(Error),
Command(&'static str, ExitStatus),
Nix(Error),
Terminfo(Error),
TerminfoCap(&'static str),
NullPtr(&'static str),
}Error type.
Variants
Io(Error)Any I/O error.
Command(&'static str, ExitStatus)A non-success exit status from a command.
Nix(Error)Any nix (libc) error.
Terminfo(Error)Any terminfo error.
TerminfoCap(&'static str)A missing terminfo capability.
NullPtr(&'static str)A null-pointer error.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error
impl !UnwindSafe for Error