pub fn export(
    history: Vec<StepType>,
    file_name: String,
    export_type: ExportType
)
Expand description

exports a history of StepType to a file named <file_name> with the file type defined by export_type (see ExportType for further details).