using-param 0.1.2

Add parameters, generics and return types to all functions in the impl block
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "proc-macro-tool"
version = "0.8.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d903b2677c3e8ffb080f4ea94bffb105bfc3214668cb121e5a50e7eccef69689"

[[package]]
name = "using-param"
version = "0.1.2"
dependencies = [
 "proc-macro-tool",
]