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

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