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
Since const_panic is stablized, I guess it's easy to generate a Builder with all const methods? At least for the simple structs.
The text was updated successfully, but these errors were encountered:
How would this interact with existing builder and setter options? Would this be a new builder pattern, alongside owned, immutable, etc?
owned
immutable
Sorry, something went wrong.
In the absence of a use-case for this (and the complexity that seems likely as this interacts with other builder settings) I'm closing as "Won't Do"
No branches or pull requests
Since const_panic is stablized, I guess it's easy to generate a Builder with all const methods? At least for the simple structs.
The text was updated successfully, but these errors were encountered: