Provide a signature!
macro that constructs a const singature
#984
Labels
enhancement
New feature or request
good first issue
Good for newcomers
zvariant_derive
Issues/PRs related to zvariant_derive crate
zvariant
Issues/PRs related to zvariant crate
This was discussed before but at the time, we didn't have the means to do it. Now it should quite easy, with the parsed signature type. In fact, the
Type
macro is already doing it for itssignature
attribute. This would be mostly about moving that logic out into a separate macro. The folks can do things like:with the string checked at compile-time.
The text was updated successfully, but these errors were encountered: