Skip to main content

ResolvedChildRoute

Type Alias ResolvedChildRoute 

Source
pub type ResolvedChildRoute = (Arc<Route>, RouteParams);
Expand description

Resolved child route information

Contains the matched child route and merged parameters from parent and child.