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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more