Searched refs:NmountError (Results 1 – 1 of 1) sorted by relevance
112 pub struct NmountError { struct118 impl NmountError { argument138 impl std::error::Error for NmountError {} implementation141 impl fmt::Display for NmountError { implementation152 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()