-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Filler
derive macro for FillExt
#47
Conversation
Idealy we don't place the trait in the macro crate. I think bifrost has good example of this for |
@oxkitsune I understand you want to avoid macros, I'll leave it up to you whether you want to include it or not, you can throw it out if you do not want it. |
@oxkitsune do we want to merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a commit, LGTM!
Filler
derive macro for FillExt
Don't know where to place the
FillExt<T>
trait. Made it because I was playing around with macros, do not know if it has actual use.