Expand description
The module that contains the error type.
Type Aliases§
- Error
- The crates default error type.
Box<dyn std::error::Error>by default doesn’t give async support so it also implementsSendandSyncin order to have the support (in case its ever needed).