pub fn module_parse_error<S1, S2>(
    node_name: S1,
    span: Span,
    rule: Option<S2>
) -> Error
where S1: Into<String>, S2: Into<String>,
Expand description

Construct an invalid value Error from the provided input.