pub fn missing_node_kind<S1, S2>(rule: S1, expected: S2) -> Errorwhere
    S1: Into<String>,
    S2: Into<String>,
Expand description

Construct an invalid value Error from the provided input.