Function rustc_middle::ty::inhabitedness::inhabited_predicate::try_or
source ยท fn try_or<T, E>(
a: T,
b: T,
f: impl FnMut(T) -> Result<bool, E>,
) -> Result<bool, E>
fn try_or<T, E>(
a: T,
b: T,
f: impl FnMut(T) -> Result<bool, E>,
) -> Result<bool, E>