pub fn definition_at<'a>(
index: &'a ProjectIndex,
path: &Path,
offset: usize,
) -> Option<(&'a SymbolKey, &'a SiteRef)>Expand description
The definition site for the symbol at the cursor (an index-backed, binding-correct go-to-definition).