KeywordsCollectFn

Type Alias KeywordsCollectFn 

Source
pub type KeywordsCollectFn<'a> = &'a mut dyn FnMut(&[&'static str]);
Expand description

See SpecifiedValueInfo::collect_completion_keywords.