You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the usage module, with UsesTypeParams and UsesLifetimes. These traits help track usage of generic parameters throughout a proc-macro input, simplifying bounding or generation of derivative structs. See #40 and #41