pub fn implementations<'a>(
index: &'a ProjectIndex,
key: &SymbolKey,
) -> Vec<&'a SiteRef>Expand description
v0.35 (ADR 0068): textDocument/implementation — the definition sites of
every provider implementing the capability key, sorted by definition
position. Empty for a non-capability or unknown key (the request then falls
through; goto-def still serves the reverse, provider → capability).