pub fn parse<R: BufRead + Seek>(
reader: R,
options: ParseOptions,
) -> Result<ParsedERNMessage, ParseError>
Expand description
Parse DDEX XML with automatic mode selection
pub fn parse<R: BufRead + Seek>(
reader: R,
options: ParseOptions,
) -> Result<ParsedERNMessage, ParseError>
Parse DDEX XML with automatic mode selection