Expand description
Unified error type for the rustrade framework.
Downstream crates should either use this type directly or wrap it in their
own error enum via #[from]. The variants are intentionally coarse — this
is a framework-level type, not a domain-specific one.
Enums§
- Error
- Framework-level errors.
Type Aliases§
- Result
- Result alias used throughout rustrade.