pub type EchoEchoTableWithErrorResult = Result<AllTypesTable, DefaultEnum>;
Aliased Type§
enum EchoEchoTableWithErrorResult {
Ok(AllTypesTable),
Err(DefaultEnum),
}
pub type EchoEchoTableWithErrorResult = Result<AllTypesTable, DefaultEnum>;
enum EchoEchoTableWithErrorResult {
Ok(AllTypesTable),
Err(DefaultEnum),
}