Type Alias lsp_types::request::GotoDeclarationResponse
source · pub type GotoDeclarationResponse = GotoDefinitionResponse;
Aliased Type§
enum GotoDeclarationResponse {
Scalar(Location),
Array(Vec<Location>),
Link(Vec<LocationLink>),
}