Trait lsp_types::notification::Notification [−][src]
pub trait Notification {
type Params: DeserializeOwned + Serialize;
const METHOD: &'static str;
}
pub trait Notification {
type Params: DeserializeOwned + Serialize;
const METHOD: &'static str;
}