mito2::cache::index::inverted_index

Type Alias InvertedIndexCacheRef

Source
pub type InvertedIndexCacheRef = Arc<IndexCache<FileId, InvertedIndexMetas>>;

Aliased Typeยง

struct InvertedIndexCacheRef { /* private fields */ }