pub type FormResult<'v, T> = Result<T, Errors<'v>>;
Expand description

Type alias for Result with an error type of Errors.