pub type ExportResult = Result<(), LogError>;
Describes the result of an export.
enum ExportResult { Ok(()), Err(LogError), }
Contains the success value
Contains the error value