Type Alias mz_storage::upsert::UpsertValue
source · pub type UpsertValue = Result<Row, UpsertError>;
Aliased Type§
enum UpsertValue {
Ok(Row),
Err(UpsertError),
}
pub type UpsertValue = Result<Row, UpsertError>;
enum UpsertValue {
Ok(Row),
Err(UpsertError),
}