Enum languageserver_types::request::HoverRequest[][src]

pub enum HoverRequest {}

The hover request is sent from the client to the server to request hover information at a given text document position.

Trait Implementations

impl Debug for HoverRequest
[src]

Formats the value using the given formatter. Read more

impl Request for HoverRequest
[src]

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

Auto Trait Implementations