pub type EchoEchoTableWithErrorResult = Result<AllTypesTable, DefaultEnum>;

Aliased Type§

enum EchoEchoTableWithErrorResult {
    Ok(AllTypesTable),
    Err(DefaultEnum),
}

Variants§

§1.0.0

Ok(AllTypesTable)

Contains the success value

§1.0.0

Err(DefaultEnum)

Contains the error value