Searched refs:NmountResult (Results 1 – 1 of 1) sorted by relevance
160 pub type NmountResult = std::result::Result<(), NmountError>; typedef378 pub fn nmount(&mut self, flags: MntFlags) -> NmountResult { in nmount() argument