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