Trait languageserver_types::notification::Notification [] [src]

pub trait Notification {
    type Params;

    const METHOD: &'static str;
}

Associated Types

Associated Constants

Implementors