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