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