Skip to main content

SymbolsFn

Type Alias SymbolsFn 

Source
pub type SymbolsFn<C> = dyn Fn(&Document<C>) -> Vec<DocumentSymbol> + Send + Sync;
Expand description

The type of the SimpleLanguage::symbols_fn hook.