Type Alias sui::shell::CompletionCache

source ·
pub type CompletionCache = Arc<RwLock<BTreeMap<CacheKey, Vec<String>>>>;

Aliased Type§

struct CompletionCache { /* private fields */ }