Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/mount/
Dbsd.rs94 pub struct NmountError { struct
100 impl NmountError { implementation
120 impl std::error::Error for NmountError {} implementation
123 impl fmt::Display for NmountError { implementation