Searched defs:with_exit_context (Results  1 – 1 of 1) sorted by relevance
| /external/crosvm/crosvm_cli/src/sys/windows/ | 
| D | exit.rs | 36     fn with_exit_context<X, C, F>(self, exit_code: X, f: F) -> anyhow::Result<T>  in with_exit_context()  method63     fn with_exit_context<X, C, F>(self, exit_code: X, f: F) -> anyhow::Result<T>  in with_exit_context()  function
 85     fn with_exit_context<X, C, F>(self, exit_code: X, f: F) -> anyhow::Result<T>  in with_exit_context()  method
 111     fn with_exit_context<X, C, F>(self, exit_code: X, f: F) -> anyhow::Result<T>  in with_exit_context()  method
 140     fn with_exit_context<X, C, F>(self, exit_code: X, f: F) -> anyhow::Result<T>  in with_exit_context()  method
 164     fn with_exit_context<X, C, F>(self, exit_code: X, f: F) -> anyhow::Result<T>  in with_exit_context()  method
 
 |