AssetCache

Type Alias AssetCache 

Source
pub type AssetCache = AssetCache<FileSystem>;
Expand description

frapp exposes an alias for assets_manager::AssetCache that uses a different source depending on whether we’re targeting native or web.

Aliased Type§

pub struct AssetCache { /* private fields */ }