pub fn to_symbol_information<'a, I>( tokens: I, url: &Url, ) -> Vec<SymbolInformation>where I: Iterator<Item = RefMulti<'a, TokenIdent, Token>>,