pub fn hover_content(input: &HoverInput<'_>) -> Option<String>Expand description
The hover Markdown for the cursor, or None when no rung resolves it.
The rung order is the contract; see the module doc. Each rung is tried in
turn and the first Some wins.