Trait languageserver_types::request::Request[][src]

pub trait Request {
    type Params;
    type Result;

    const METHOD: &'static str;
}

Associated Types

Associated Constants

Implementors