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