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