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