☰
Type Definition Fallible
Other items in
failure
All crates
?
Type Definition
failure
::
Fallible
[
−
]
[src]
pub type Fallible<T> =
Result
<T,
Error
>;
Expand description
A common result with an
Error
.