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]

Formats the value using the given formatter. Read more

impl Request for CodeLensRequest
[src]

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

Auto Trait Implementations