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