Enum languageserver_types::request::CodeLensRequest
[−]
[src]
pub enum CodeLensRequest {}The code lens request is sent from the client to the server to compute code lenses for a given text document.
Trait Implementations
impl Debug for CodeLensRequest[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more