callback-trait 0.1.3

Implement trait for Fn so that functions that accept traits as parameters can directly receive Fn parameters.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0.52"

[lib]
proc-macro = true

[package]
description = "Implement trait for Fn so that functions that accept traits as parameters can directly receive Fn parameters."
edition = "2021"
license-file = "LICENSE"
name = "callback-trait"
readme = "README.md"
repository = "https://github.com/wugren/callback-trait.git"
version = "0.1.3"