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