Type Alias lsp_types::request::GotoImplementationResponse

source ·
pub type GotoImplementationResponse = GotoDefinitionResponse;

Aliased Type§

enum GotoImplementationResponse {
    Scalar(Location),
    Array(Vec<Location>),
    Link(Vec<LocationLink>),
}

Variants§