pub type EchoEchoNamedStructWithErrorResult = Result<SimpleStruct, u32>;
Aliased Type§
enum EchoEchoNamedStructWithErrorResult {
Ok(SimpleStruct),
Err(u32),
}
pub type EchoEchoNamedStructWithErrorResult = Result<SimpleStruct, u32>;
enum EchoEchoNamedStructWithErrorResult {
Ok(SimpleStruct),
Err(u32),
}