-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
container attributes 'field_identifier' and 'variant_identifier' are not documented #1238
Comments
Container attributes serde/serde_derive/src/internals/attr.rs Lines 233 to 236 in 06dcbbb
serde/serde_derive/src/internals/attr.rs Lines 332 to 344 in 06dcbbb
|
@dtolnay I could find the documentation for |
I just came across this and noticed that |
Ping. Still not documented :/ |
The attribute
field_identifier
is shown in a comment in the example Manually deserialize struct, but I can't find any documentation explaining what it does.The same applies to
variant_identifier
which I found while looking through the code.The text was updated successfully, but these errors were encountered: