pub type EchoEchoXunionsWithErrorResult = Result<Vec<AllTypesXunion>, DefaultEnum>;
Aliased Type§
enum EchoEchoXunionsWithErrorResult {
Ok(Vec<AllTypesXunion>),
Err(DefaultEnum),
}
Variants§
Ok(Vec<AllTypesXunion>)
Contains the success value
Err(DefaultEnum)
Contains the error value