pub fn export_ocel_xml<'a, 'b, W>( writer: impl Into<XMLWriterWrapper<'b, W>>, ocel: &'a OCEL, ) -> Result<(), Error>where W: Write + 'b,
Export OCEL to XML Writer
OCEL