We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
singular_field_option_box
Similar to repeated_field_vec option.
repeated_field_vec
Turning on this option should change generated code to put singular message fields into Option<Box<M>> instead of SingularPtrField<M>.
Option<Box<M>>
SingularPtrField<M>
Also, option singular_field_option.
singular_field_option
The text was updated successfully, but these errors were encountered:
Done long time ago ec9a164.
Sorry, something went wrong.
No branches or pull requests
Similar to
repeated_field_vec
option.Turning on this option should change generated code to put singular message fields into
Option<Box<M>>
instead ofSingularPtrField<M>
.Also, option
singular_field_option
.The text was updated successfully, but these errors were encountered: