Struct rscache::loader::osrs::LocationLoader [−][src]
pub struct LocationLoader<'cache> { /* fields omitted */ }Expand description
Loads location definitions lazily from the current cache.
Implementations
Make a new LocationLoader.
This takes a Cache by references with a 'cache lifetime.
All the location definitions are loaded lazily where the &'cache Cache is used
to cache them internally on load.