Struct twilight_cache_inmemory::iter::IterReference [−][src]
pub struct IterReference<'a, K, V> { /* fields omitted */ }Expand description
Reference to a resource value being iterated over in the cache.
std::ops::Deref is implemented on this type and derefs to an immutable
reference of the underlying value.
