pub fn stream_xes_file<'a>(
file: File,
options: XESImportOptions,
) -> Result<XESParsingStreamAndLogData<'a>, XESParseError>
Expand description
Stream XES Trace
s from a file
The returned XESParsingStreamAndLogData
contains the XESOuterLogData
and can be used to iterate over Trace
s