Expand description
Error type for the asset management crate.
Wraps devboy_core::Error with a few asset-specific variants. The
From impls let call sites use ? with IO, serde_json, and the core
error type interchangeably.
Enums§
- Asset
Error - Errors that can occur during asset cache operations.
Type Aliases§
- Result
- Convenience alias for
Result<T, AssetError>.