Skip to main content

ValidationErrors

Type Alias ValidationErrors 

Source
pub type ValidationErrors = ErrorStream<ValidationError>;
Expand description

A stream of validation errors, defined using the ErrorStream type.

Aliased Typeยง

pub struct ValidationErrors(/* private fields */);