Skip to content

Commit

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

### Default fields value override

If the field type does't implement Default, or the wanted value is different from the one
provided by default(), a specific value could be configured to be used without the need
to explicitly call the setter.

```rust
use type_safe_builder_macro::Builder;

Expand Down

0 comments on commit 3a802af

Please sign in to comment.