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