region_routes

Function region_routes 

Source
pub fn region_routes(
    table_id: TableId,
    table_route_value: &TableRouteValue,
) -> Result<&Vec<RegionRoute>>
Expand description

Returns the region routes of the given table route value.

Abort:

  • Table route value is not physical.