pub type EchoEchoXunionsWithErrorResult = Result<Vec<AllTypesXunion>, DefaultEnum>;

Aliased Type§

enum EchoEchoXunionsWithErrorResult {
    Ok(Vec<AllTypesXunion>),
    Err(DefaultEnum),
}

Variants§

§1.0.0

Ok(Vec<AllTypesXunion>)

Contains the success value

§1.0.0

Err(DefaultEnum)

Contains the error value