mz_storage::upsert

Type Alias UpsertValue

Source
pub type UpsertValue = Result<Row, UpsertError>;

Aliased Type§

enum UpsertValue {
    Ok(Row),
    Err(UpsertError),
}

Variants§

§1.0.0

Ok(Row)

Contains the success value

§1.0.0

Err(UpsertError)

Contains the error value