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