use crateAssetDataLoader;
use crateAssetDataSaver;
/// Defines how a specific type of asset should be loaded and saved.
///
/// Asset types provide the metadata and behavior for handling different kinds of assets.
/// Each asset type has a unique name and provides factories for creating loaders and savers.