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