Enum std::env::VarErrorStable
[-] [+]
[src]
pub enum VarError {
NotPresent,
NotUnicode(OsString),
}Possible errors from the env::var method.
pub enum VarError {
NotPresent,
NotUnicode(OsString),
}Possible errors from the env::var method.
impl Display for VarErrorimpl Error for VarErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Clone for VarErrorfn clone(&self) -> VarErrorfn clone_from(&mut self, source: &Self)impl Eq for VarErrorimpl PartialEq for VarErrorimpl Debug for VarError
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).