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