Enum lsp_types::request::CodeLensRequest [−][src]
pub enum CodeLensRequest {}Expand description
The code lens request is sent from the client to the server to compute code lenses for a given text document.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CodeLensRequestimpl Send for CodeLensRequestimpl Sync for CodeLensRequestimpl Unpin for CodeLensRequestimpl UnwindSafe for CodeLensRequest