Crate prost_validate

Crate prost_validate 

Source

Modules§

errors

Macros§

format_err
Macro to format an error.
make_error
validate
Validate any value if it implements the Validator trait. If the value does not implement the Validator trait, it will return Ok(()).

Structs§

Error
Represents a validation error for a field.

Traits§

Validator
The trait implemented by types that require validation logic.

Type Aliases§

Result
A type alias for Result with the error type defaulting to Error.