☰
Fallible
Fallible
In failure
Macros
bail
ensure
format_err
Structs
Backtrace
Causes
Compat
Context
Error
SyncFailure
Traits
AsFail
Fail
ResultExt
Functions
err_msg
Type Definitions
Fallible
?
Type Definition
failure
::
Fallible
source
·
[
−
]
pub type Fallible<T> =
Result
<T,
Error
>;
Expand description
A common result with an
Error
.