Keats / validator

Simple validation for Rust structs
MIT License
1.91k stars 140 forks source link

what is merge and merge_all used for ? #290

Closed HosMercury closed 4 months ago

HosMercury commented 5 months ago

ValidationErrors merge and merge_all? what are those and how are they work?

Keats commented 4 months ago

There's some docs on it but for a basic usage you won't need to use them.

HosMercury commented 4 months ago

ty