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