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