pub type HoverFn<C> = dyn Fn(&Document<C>, usize) -> Option<Hover> + Send + Sync;
The type of the SimpleLanguage::hover_fn hook (full control).
SimpleLanguage::hover_fn