Nicola Fiorella

Results 1 issues of Nicola Fiorella

When applying the builder pattern I find that something useful is the conversion from the built type to the builder, for example: ```rust #[derive(Default)] struct Animal { name: String, color:...

design needed
feature request