Home
last modified time | relevance | path

Searched refs: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
152 impl From<NmountError> for io::Error {
153 fn from(err: NmountError) -> Self { in from()
160 pub type NmountResult = std::result::Result<(), NmountError>;
407 Err(NmountError::new(error, errmsg)) in nmount()