1 2 3 4 5 6 7
/// Generic parameters are not supported. #[everruns::tool] async fn identity<T>(value: T) -> T { value } fn main() {}