Home
last modified time | relevance | path

Searched refs:NmountError (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs112 pub struct NmountError { structure names
118 impl NmountError { impls
138 impl std::error::Error for NmountError {}
141 impl fmt::Display for NmountError {
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()

Completed in 2 milliseconds