pub fn parse(input: &str) -> Result<Seq<'_>, ParseError>Expand description
Parse a whole Muon file: a top-level <seq> up to end of input.
pub fn parse(input: &str) -> Result<Seq<'_>, ParseError>Parse a whole Muon file: a top-level <seq> up to end of input.