greyblake / nutype

Rust newtype with guarantees πŸ‡ΊπŸ‡¦ πŸ¦€
MIT License
1.42k stars 23 forks source link

Refactor: add error_type_name to Guard::WithValidation and downstream it instead of generate name in place #166

Closed greyblake closed 3 months ago

greyblake commented 3 months ago

This refactor is necessary to enable custom error types (https://github.com/greyblake/nutype/issues/161)