pub fn check_text_format(
errs: &mut ValidationErrors,
field: &str,
value: &str,
format: &str,
)Expand description
#[umbral(email)] / #[umbral(url)] / #[umbral(slug)] — delegates to the ORM’s
validator so a DTO and a model agree on what a valid email is.