pub fn hover(src: &str, line: usize, col: usize) -> Option<HoverInfo>
Markdown hover for the token at 1-based (line, col), or None when there is nothing documented there (whitespace, punctuation, numbers, unknown series).
(line, col)
None