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.
pub async fn handle_hover(
state: Arc<ServerState>,
params: HoverParams,
client: Client,
config: Arc<RwLock<DepsConfig>>,
) -> Option<Hover>Handles hover requests using trait-based delegation.