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
The CLike trait has a very boilerplate-ish implementation in most cases, and it could be easily derived.
The easy way to do it is to add an macro that works with the custom_derive crate. The more sophisticated approach would be a dedicated proc_macro crate.
The text was updated successfully, but these errors were encountered:
The
CLike
trait has a very boilerplate-ish implementation in most cases, and it could be easily derived.The easy way to do it is to add an macro that works with the
custom_derive
crate. The more sophisticated approach would be a dedicatedproc_macro
crate.The text was updated successfully, but these errors were encountered: