Closed michael-jaquier closed 1 month ago
is it possible to have a private struct but a pub(crate)/pub builder?
I think you'd run into problems when build() was more visible than its return type, but you can try it out easily enough.
build()
Closing this as it's a question, not an issue.
is it possible to have a private struct but a pub(crate)/pub builder?