Home
last modified time | relevance | path

Searched defs:map_err_with (Results 1 – 3 of 3) sorted by relevance

/system/security/diced/src/
Derror_vendor.rs79 fn map_err_with<T, U, F1, F2>(result: Result<U>, map_err: F1, handle_ok: F2) -> BinderResult<T> in map_err_with() function
Derror.rs80 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/
Derror.rs210 pub fn map_err_with<T, U, F1, F2>( in map_err_with() function