Enum languageserver_types::request::CodeLensResolve [] [src]

pub enum CodeLensResolve {}

The code lens resolve request is sent from the client to the server to resolve the command for a given code lens item.

Trait Implementations

impl Debug for CodeLensResolve
[src]

[src]

Formats the value using the given formatter.

impl Request for CodeLensResolve
[src]

METHOD: &'static str = "codeLens/resolve"