pub fn import_xes_file<P: AsRef<Path>>(
path: P,
options: XESImportOptions,
) -> Result<EventLog, XESParseError>
Expand description
Import a XES EventLog
from a file path
pub fn import_xes_file<P: AsRef<Path>>(
path: P,
options: XESImportOptions,
) -> Result<EventLog, XESParseError>
Import a XES EventLog
from a file path