Searched defs:with_exit_context (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/crosvm/crosvm_cli/src/sys/windows/ |
H A D | exit.rs | 36 fn with_exit_context<X, C, F>(self, exit_code: X, f: F) -> anyhow::Result<T> in with_exit_context() method 63 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
|