☰
Fallible
In failure
?
Type Definition
failure
::
Fallible
source
·
[
−
]
pub type Fallible<T> =
Result
<T,
Error
>;
Expand description
A common result with an
Error
.