pub enum Error {
Ipipe(&'static str),
InvalidPath,
InvalidUtf8,
Io(Error),
Native(&'static str, u32, String),
Misc(String),
}Expand description
Standard error type used by this library
Variants
Ipipe(&'static str)
Tuple Fields
0: &'static strInvalidPath
InvalidUtf8
Io(Error)
Tuple Fields
0: ErrorNative(&'static str, u32, String)
Misc(String)
Tuple Fields
0: StringTrait Implementations
Performs the conversion.
Performs the conversion.
