pub async fn handle_document_link(
state: Arc<ServerState>,
params: DocumentLinkParams,
client: Client,
config: Arc<RwLock<DepsConfig>>,
) -> Vec<DocumentLink>Expand description
Handles textDocument/documentLink requests using trait-based delegation.