Crate prost_validate

source

Modules§

Macros§

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

Structs§

  • Represents a validation error for a field.

Traits§

  • The trait implemented by types that require validation logic.

Type Aliases§

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