Searched defs:ModuleCacheEntry (Results 1 – 1 of 1) sorted by relevance
138 pub struct ModuleCacheEntry<'cache>(Option<ModuleCacheEntryInner<'cache>>); struct147 impl<'cache> ModuleCacheEntry<'cache> { implementation