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