handle_hover

Function handle_hover 

Source
pub async fn handle_hover(
    state: Arc<ServerState>,
    params: HoverParams,
    client: Client,
    config: Arc<RwLock<DepsConfig>>,
) -> Option<Hover>
Expand description

Handles hover requests using trait-based delegation.