pub type DescribeFn<C> = dyn Fn(&C) -> Option<String> + Send + Sync;
The type of the SimpleLanguage::describe_fn hook: describe a context in one sentence and the skeleton turns it into hover contents.
SimpleLanguage::describe_fn