pub type ResolvedChildRoute = (Arc<Route>, RouteParams);Expand description
Resolved child route information
Contains the matched child route and merged parameters from parent and child.
pub type ResolvedChildRoute = (Arc<Route>, RouteParams);Resolved child route information
Contains the matched child route and merged parameters from parent and child.