rustc_
middle
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
In rustc_
middle::
ty::
inhabitedness::
inhabited_
predicate
rustc_middle
::
ty
::
inhabitedness
::
inhabited_predicate
Function
try_and
Copy item path
source
fn try_and<T, E>( a: T, b: T, f: impl
FnMut
(T) ->
Result
<
bool
, E>, ) ->
Result
<
bool
, E>