pub fn missing_element<'input, E>(
name: &str,
parent: &Node<'input, 'input>,
errors: &mut Vec<E>,
)where
E: From<ParseError>,Expand description
Raise a Missing element error
pub fn missing_element<'input, E>(
name: &str,
parent: &Node<'input, 'input>,
errors: &mut Vec<E>,
)where
E: From<ParseError>,Raise a Missing element error