Searched defs:to_result_with_val (Results 1 – 2 of 2) sorted by relevance
18 fn to_result_with_val<T>(self, val: impl FnOnce() -> T) -> Result<T, ()>; in to_result_with_val() method51 fn to_result_with_val<T>(self, val: impl FnOnce() -> T) -> Result<T, ()> { in to_result_with_val() method