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