pub type CompletionFn<C> = dyn Fn(&Document<C>, usize) -> Option<CompletionResponse> + Send + Sync;Expand description
The type of the SimpleLanguage::completion_fn hook.
pub type CompletionFn<C> = dyn Fn(&Document<C>, usize) -> Option<CompletionResponse> + Send + Sync;The type of the SimpleLanguage::completion_fn hook.