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