oa_gateway_uci::validate::rules

Function check_max

Source
fn check_max(
    max: MaxOccurs,
    element: &str,
    found: usize,
    path: &str,
    out: &mut Vec<Violation>,
)