pub fn consume_definition<'a, S>(
s: &'a str,
) -> Result<(Definition<'a, S>, &'a str), ParseError>where
S: Text<'a>,
Expand description
Parses a single ExecutableDefinition and returns an AST as well as the remainder of the input which is unparsed