pub struct LocationLoader<'cache> { /* private fields */ }
Expand description
Loads location definitions lazily from the current cache.
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.
Loads the location data for a particular region.
Also takes a keys: [u32; 4] because the location archive is encrypted
with XTEA. The buffer is automatically decoded with the given keys.
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.