Skip to main content

HoverFn

Type Alias HoverFn 

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

The type of the SimpleLanguage::hover_fn hook (full control).