Crate struct_validation

Source

Macros§

validate
A macro to simplify validation checks.

Structs§

ValidationError
Represents an error that occurs during validation of a struct’s field.

Traits§

Validate
A trait for validating structs.

Derive Macros§

Validate
Procedural macro to automatically implement the Validate trait for structs.