Home
last modified time | relevance | path

Searched defs:ClearEnvError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/nix/src/
Denv.rs7 pub struct ClearEnvError; struct
9 impl fmt::Display for ClearEnvError { implementation
15 impl std::error::Error for ClearEnvError {} implementation