Compile-time reflection API for developing robust procedural macros (proof of concept)
I can't find any reason to make the `get_attrs` method only available on `Field<Value>` but not `Field<Type>`. It's very useful when we try to derive a method without self receiver, e.g.: ```rust mod schema { type Field; type VecField; trait Fields { fn fields() -> VecField; } } ``` It is very likely that it was simply forgotten by #22. @eupn Can you give some suggestions? Thanks!
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by TennyZhuang and has received 0 comments.