Searched refs:try_with_or (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 316 Prim::try_with_or( in try_from() 349 Packed | PackedN(_) => Pcked::try_with_or( in try_from() 653 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
|