Struct languageserver_types::Hover
[−]
[src]
pub struct Hover {
pub contents: Vec<MarkedString>,
pub range: Option<Range>,
}The result of a hover request.
Fields
contents: Vec<MarkedString>
The hover's content
range: Option<Range>
An optional range is a range inside a text document that is used to visualize a hover, e.g. by changing the background color.