type CompiledRoutes = Vec<(RouteConfig, Arc<CompiledGraph>)>;Expand description
The compiled route table: each route paired with its compiled policy graph.
Aliased Typeยง
struct CompiledRoutes { /* private fields */ }type CompiledRoutes = Vec<(RouteConfig, Arc<CompiledGraph>)>;The compiled route table: each route paired with its compiled policy graph.
struct CompiledRoutes { /* private fields */ }