Enum lib_gistit::errors::io::IoError [−][src]
pub enum IoError {
ProcessSpawn(String),
ProcessWait(String),
StdinWrite(String),
StdoutWrite(String),
Request(String),
Other(String),
}
Variants
ProcessSpawn(String)
Tuple Fields
0: String
Failed to spawn a process
ProcessWait(String)
Tuple Fields
0: String
Process hanged/can’t close
StdinWrite(String)
Tuple Fields
0: String
Failed to write to stdin of a process
StdoutWrite(String)
Tuple Fields
0: String
Failed to write to stdout
Request(String)
Tuple Fields
0: String
Something wrong happened during a request
Other(String)
Tuple Fields
0: String
Unknown
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IoError
impl UnwindSafe for IoError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more