derive_convert 0.3.0

Derives 'impl (Try)From for Self' and 'impl (Try)From<Self>'
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[lib]
proc-macro = true

[package]
categories = ["rust-patterns"]
description = "Derives 'impl (Try)From for Self' and 'impl (Try)From<Self>'"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "derive_convert"
repository = "https://github.com/qthree/derive_convert"
version = "0.3.0"