Enum lsp_types::request::WorkDoneProgressCreate [−][src]
pub enum WorkDoneProgressCreate {}Expand description
The window/workDoneProgress/create request is sent from the server
to the clientto ask the client to create a work done progress.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WorkDoneProgressCreateimpl Send for WorkDoneProgressCreateimpl Sync for WorkDoneProgressCreateimpl Unpin for WorkDoneProgressCreateimpl UnwindSafe for WorkDoneProgressCreate