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