Trait lsp_types::notification::Notification
source · pub trait Notification {
type Params: DeserializeOwned + Serialize;
const METHOD: &'static str;
}
Required Associated Types§
type Params: DeserializeOwned + Serialize
Required Associated Constants§
Object Safety§
This trait is not object safe.