pub struct MapLoader<'cache> { /* private fields */ }Expand description
Loads maps definitions lazily from the current cache.
Implementations
Make a new MapLoader.
This takes a Cache by references with a 'cache lifetime.
All the map definitions are loaded lazily where the &'cache Cache is used
to cache them internally on load.