taiki-e / derive_utils

A procedural macro helper for easily writing custom derives for enums.
https://docs.rs/derive_utils
Apache License 2.0
31 stars 2 forks source link

Support Pin<&'a mut Self> #8

Closed taiki-e closed 5 years ago

taiki-e commented 5 years ago

Currently, named lifetimes are not supported, but this is required for AsyncBufRead::poll_fill_buf, etc.