Searched refs:MmapVecWrapper (Results 1 – 1 of 1) sorted by relevance
19 ) -> Result<(MmapVecWrapper, Option<T>)>, in compile_cached() argument171 pub(crate) struct MmapVecWrapper(pub MmapVec); struct179 impl FinishedObject for MmapVecWrapper { implementation189 Ok(MmapVecWrapper(mmap)) in finish_object()