Function sdml_core::error::module_parse_error
source · pub fn module_parse_error<S1, S2>(
node_name: S1,
span: Span,
rule: Option<S2>
) -> Errorwhere
S1: Into<String>,
S2: Into<String>,
Expand description
Construct an invalid value Error from the provided input.