auto-add-lifetimes-to-impl 0.1.0

Automatically add lifetimes to impl given the trait, structure or any arguments have lifetime arguments. Mainly for use in macros
Documentation

Auto add lifetimes to impl

Automatically picks out lifetime arguments in impl items and adds them as constraints. Mainly for use in macros

See examples/main.rs for use case