pub trait ValidationErrorExt<T> {
// Required method
fn map_validation_err(self, field: &str) -> Result<T>;
}Expand description
Helper trait to convert validation errors
pub trait ValidationErrorExt<T> {
// Required method
fn map_validation_err(self, field: &str) -> Result<T>;
}Helper trait to convert validation errors