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]

Formats the value using the given formatter. Read more

impl Request for CodeLensResolve
[src]

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

Auto Trait Implementations