pub type ComposedEchoUnionResponseWithErrorComposedResult = Result<ComposedEchoUnionResponseWithErrorComposedResponse, u32>;Aliased Type§
pub enum ComposedEchoUnionResponseWithErrorComposedResult {
Ok(ComposedEchoUnionResponseWithErrorComposedResponse),
Err(u32),
}Variants§
Ok(ComposedEchoUnionResponseWithErrorComposedResponse)
Contains the success value
Err(u32)
Contains the error value