Home
last modified time | relevance | path

Searched defs:ModuleCacheEntry (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/cache/src/
H A Dlib.rs138 pub struct ModuleCacheEntry<'cache>(Option<ModuleCacheEntryInner<'cache>>); struct
147 impl<'cache> ModuleCacheEntry<'cache> { implementation