Enum languageserver_types::request::ApplyWorkspaceEdit
[−]
[src]
pub enum ApplyWorkspaceEdit {}The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.
Trait Implementations
impl Debug for ApplyWorkspaceEdit[src]
impl Request for ApplyWorkspaceEdit[src]
type Params = ApplyWorkspaceEditParams
type Result = ApplyWorkspaceEditResponse
const METHOD: &'static str
METHOD: &'static str = "workspace/applyEdit"