Skip to main content

CompletionFn

Type Alias CompletionFn 

Source
pub type CompletionFn<C> = dyn Fn(&Document<C>, usize) -> Option<CompletionResponse> + Send + Sync;
Expand description

The type of the SimpleLanguage::completion_fn hook.