Trait lsp_types::notification::Notification[][src]

pub trait Notification {
    type Params: DeserializeOwned + Serialize;

    const METHOD: &'static str;
}

Associated Types

Associated Constants

Implementors