☰
vstd
In vstd::std_specs::result
?
Function
vstd
::
std_specs
::
result
::
is_err
source
·
[
−
]
pub
open spec
fn is_err<T, E>(result: &
Result
<T, E>) ->
bool
Expand description
{ is_variant(result,
"Err"
) }