Skip to main content

hover

Function hover 

Source
pub fn hover(src: &str, line: usize, col: usize) -> Option<HoverInfo>
Expand description

Markdown hover for the token at 1-based (line, col), or None when there is nothing documented there (whitespace, punctuation, numbers, unknown series).