Structs§
- AppPage
Route - Endpoint
Group - Endpoint
Group Entry - Endpoint
Groups - This is a transparent value type wrapping
Vec<(EndpointGroupKey,EndpointGroup)>. - Endpoint
Output - Endpoints
- This is a transparent value type wrapping
Vec<ResolvedVc<Box<dyn Endpoint>>>. - Module
Graphs - This is a transparent value type wrapping
Vec<ResolvedVc<ModuleGraph>>. - Routes
- This is a transparent value type wrapping
FxIndexMap<RcStr,Route>. The routes as map from pathname to route. (pathname includes the leading slash)