common_meta::key::table_route

Type Alias TableRouteValueDecodeResult

source
pub type TableRouteValueDecodeResult = Result<Option<DeserializedValueWithBytes<TableRouteValue>>>;

Aliased Type§

enum TableRouteValueDecodeResult {
    Ok(Option<DeserializedValueWithBytes<TableRouteValue>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Option<DeserializedValueWithBytes<TableRouteValue>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value