Function sway_lsp::handlers::request::handle_goto_definition

source ยท
pub async fn handle_goto_definition(
    state: &ServerState,
    params: GotoDefinitionParams,
) -> Result<Option<GotoDefinitionResponse>>