Crate tailcall_valid

Crate tailcall_valid 

Source

Structs§

Cause
Fusion
A type that allows chaining multiple validations together while combining their results.
Valid
A validation type that can represent either a successful value of type A or a collection of validation errors of type E with trace context T.

Traits§

ValidFrom
Moral equivalent of TryFrom for validation purposes
ValidInto
Moral equivalent of TryInto for validation purposes
Validator
Trait for types that can perform validation operations.