Searched defs:map_err_with (Results 1 – 3 of 3) sorted by relevance
/system/security/diced/src/ |
D | error_vendor.rs | 79 fn map_err_with<T, U, F1, F2>(result: Result<U>, map_err: F1, handle_ok: F2) -> BinderResult<T> in map_err_with() function
|
D | error.rs | 80 fn map_err_with<T, U, F1, F2>(result: Result<U>, map_err: F1, handle_ok: F2) -> BinderResult<T> in map_err_with() function
|
/system/security/keystore2/src/ |
D | error.rs | 210 pub fn map_err_with<T, U, F1, F2>( in map_err_with() function
|