pub type EchoEchoNamedStructWithErrorResult = Result<SimpleStruct, u32>;

Aliased Type§

enum EchoEchoNamedStructWithErrorResult {
    Ok(SimpleStruct),
    Err(u32),
}

Variants§

§1.0.0

Ok(SimpleStruct)

Contains the success value

§1.0.0

Err(u32)

Contains the error value