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