Home
last modified time | relevance | path

Searched refs:NmountResult (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/mount/
Dbsd.rs160 pub type NmountResult = std::result::Result<(), NmountError>; typedef
378 pub fn nmount(&mut self, flags: MntFlags) -> NmountResult { in nmount() argument