Function sway_lsp::handlers::request::handle_hover

source ยท
pub async fn handle_hover(
    state: &ServerState,
    params: HoverParams,
) -> Result<Option<Hover>>