rustc_
middle
1.84.0-nightly
(8adb4b30f 2024-11-13)
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>