Expand description
Asset loading interfaces for filesystem-backed content.
This module provides traits used by the optional fs
feature to source
assets such as fonts or images from an underlying filesystem.
Structs§
- Asset
Iter - Iterator over asset entries returned by
AssetSource::list
. - Asset
Manager - Manager that provides convenient typed loading helpers.
Enums§
- Asset
Error - Error type returned by asset operations.
- FsError
- Errors that can occur during filesystem operations.
Traits§
- Asset
Read - Reader trait for streaming asset data.
- Asset
Source - Source of assets such as fonts or images.
- Block
Device - Block device abstraction used by the filesystem layer.