Enum lsp_types::notification::Progress [−][src]
pub enum Progress {}Expand description
The progress notification is sent from the server to the client to ask the client to indicate progress.
Trait Implementations
type Params = ProgressParamsAuto Trait Implementations
impl RefUnwindSafe for Progressimpl UnwindSafe for Progress