pub fn missing_node_variable<S1, S2, S3>(
    rule: S1,
    expected_name: S2,
    expected_kind: S3
) -> Error
where S1: Into<String>, S2: Into<String>, S3: Into<String>,
Expand description

Construct an invalid value Error from the provided input.