pub type TableRepartValueDecodeResult = Result<Option<DeserializedValueWithBytes<TableRepartValue>>>;Aliased Type§
pub enum TableRepartValueDecodeResult {
Ok(Option<DeserializedValueWithBytes<TableRepartValue>>),
Err(Error),
}Variants§
Ok(Option<DeserializedValueWithBytes<TableRepartValue>>)
Contains the success value
Err(Error)
Contains the error value