pub type EchoEchoStructWithErrorResult = Result<Struct, DefaultEnum>;

Aliased Type§

enum EchoEchoStructWithErrorResult {
    Ok(Struct),
    Err(DefaultEnum),
}

Variants§

§1.0.0

Ok(Struct)

Contains the success value

§1.0.0

Err(DefaultEnum)

Contains the error value