blob: 5c8135b7a58644a95ff75ef734f250eace97d423 (
plain)
1
2
3
4
5
6
7
8
|
# How to use failure
This section of the documentation is about how the APIs exposed in failure can
be used. It is organized around the major APIs of failure:
- **[The Fail trait](./fail.md):** The primary abstraction provided by failure.
- **[Deriving Fail](./derive-fail.md):** A custom derive for the Fail trait.
- **[The Error type](./error.md):** A convenient wrapper around any Fail type.
|