pub type GdsExportResult<T> = Result<T, GdsExportError>;
Expand description
The GdsExportError
result type.
Aliased Type§
enum GdsExportResult<T> {
Ok(T),
Err(GdsExportError),
}
pub type GdsExportResult<T> = Result<T, GdsExportError>;
The GdsExportError
result type.
enum GdsExportResult<T> {
Ok(T),
Err(GdsExportError),
}