Skip to content
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

Builder with all const methods #220

Closed
songzhi opened this issue Oct 15, 2021 · 2 comments
Closed

Builder with all const methods #220

songzhi opened this issue Oct 15, 2021 · 2 comments

Comments

@songzhi
Copy link

songzhi commented Oct 15, 2021

Since const_panic is stablized, I guess it's easy to generate a Builder with all const methods? At least for the simple structs.

@TedDriggs
Copy link
Collaborator

How would this interact with existing builder and setter options? Would this be a new builder pattern, alongside owned, immutable, etc?

@TedDriggs
Copy link
Collaborator

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants