pub type EchoEchoStructWithErrorResult = Result<Struct, DefaultEnum>;
Aliased Type§
enum EchoEchoStructWithErrorResult {
Ok(Struct),
Err(DefaultEnum),
}
pub type EchoEchoStructWithErrorResult = Result<Struct, DefaultEnum>;
enum EchoEchoStructWithErrorResult {
Ok(Struct),
Err(DefaultEnum),
}