pub type ExportResult = Result<(), TraceError>;Available on crate feature 
trace only.Expand description
Describes the result of an export.
Aliased Type§
enum ExportResult {
    Ok(()),
    Err(TraceError),
}pub type ExportResult = Result<(), TraceError>;trace only.Describes the result of an export.
enum ExportResult {
    Ok(()),
    Err(TraceError),
}