pub trait Request {
    type Params;
    type Result;

    const METHOD: &'static str;
}

Required Associated Types§

Required Associated Constants§

Implementors§

The goto declaration request is sent from the client to the server to resolve the declaration location of a symbol at a given text document position.