pub fn parse_file<R: Read>(input: R) -> ParseResult<Evtc>
Expand description

Parse a complete EVTC file.

  • input - Input stream.