Type Definition dotavious::dot::ValidationResult[][src]

type ValidationResult<T> = Result<T, Vec<ValidationError>>;