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