box-self 0.1.2

Easy way to duplicate a new function with self: Box<Self> signature
Documentation
[dependencies.quote]
version = "1.0.8"

[dependencies.syn]
features = ["full", "fold"]
version = "1.0.57"

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
description = "Easy way to duplicate a new function with self: Box<Self> signature"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "box-self"
repository = "https://github.com/hoyunliu/box-self/"
resolver = "2"
version = "0.1.2"