Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis authored Dec 11, 2023
1 parent 8af9338 commit ba49df4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ fn main() {
```

### All Default fields in the struct

If all fields of the struct to be built have valid Default implementwtion, the use of
default() for all the fields could be set at struct level.

```rust
use type_safe_builder_macro::Builder;

Expand Down

0 comments on commit ba49df4

Please sign in to comment.