rustdoc-mcp 0.6.5

mcp server for rustdocs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: src/tests.rs
expression: result
---
Item: generic_function
Kind: Function
Visibility: Public
Defined at: fixture_crate::generic_function

A generic function


fn generic_function<T, U>(data: T, transform: U) -> String
where
    T: std::fmt::Debug,
    U: Fn(T) -> String