Type Alias mz_storage::render::upsert::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