Trait lsp_types::notification::Notification [−][src]
pub trait Notification {
type Params: DeserializeOwned + Serialize;
const METHOD: &'static str;
}Associated Types
type Params: DeserializeOwned + Serialize[src]Associated Constants
Implementors
type Params = CancelParamstype Params = DidCloseTextDocumentParamstype Params = CreateFilesParamstype Params = DeleteFilesParamstype Params = DidOpenTextDocumentParamstype Params = RenameFilesParamstype Params = DidSaveTextDocumentParamstype Params = InitializedParamstype Params = LogMessageParamstype Params = ProgressParamstype Params = PublishDiagnosticsParamstype Params = ShowMessageParamstype Params = WillSaveTextDocumentParams