Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/mount/
Dbsd.rs112 pub struct NmountError { struct
118 impl NmountError { argument
138 impl std::error::Error for NmountError {} implementation
141 impl fmt::Display for NmountError { implementation