Home
last modified time | relevance | path

Searched defs:to_result_with_val (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi/src/result/
Dstatus.rs18 fn to_result_with_val<T>(self, val: impl FnOnce() -> T) -> Result<T, ()>; in to_result_with_val() method
51 fn to_result_with_val<T>(self, val: impl FnOnce() -> T) -> Result<T, ()> { in to_result_with_val() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/result/
Dstatus.rs18 fn to_result_with_val<T>(self, val: impl FnOnce() -> T) -> Result<T, ()>; in to_result_with_val() method
51 fn to_result_with_val<T>(self, val: impl FnOnce() -> T) -> Result<T, ()> { in to_result_with_val() method