[][src]Type Definition valid::ValidationResult

type ValidationResult<C, T> = Result<Validated<C, T>, ValidationError>;

Type alias for the validation result for shorter type annotations.