Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/
H A Drepr.rs653 fn try_with_or<E, F: FnOnce() -> Result<T, E>>(f: F, err: E) -> Result<Self, E> in try_with_or() method
663 fn try_with_or<E, F: FnOnce() -> Result<T, E>>(f: F, _err: E) -> Result<Self, E> { in try_with_or() method
673 fn try_with_or<E, F: FnOnce() -> Result<T, E>>(_f: F, err: E) -> Result<Self, E> { in try_with_or() method