pub type SymbolsFn<C> = dyn Fn(&Document<C>) -> Vec<DocumentSymbol> + Send + Sync;Expand description
The type of the SimpleLanguage::symbols_fn hook.
pub type SymbolsFn<C> = dyn Fn(&Document<C>) -> Vec<DocumentSymbol> + Send + Sync;The type of the SimpleLanguage::symbols_fn hook.