Modules§
- prelude
- Other Sift crates should just import this prelude to get everything necessary to construct Error types.
Structs§
- Error
- Error type returned across all Sift crates.
Enums§
- Error
Kind - Various categories of errors that can occur throughout Sift crates.
Traits§
- Sift
Error - Trait that defines the behavior of errors that Sift manages.
Type Aliases§
- Boxed
Error - Result
- A
Result
that returns Error as the error-type.