Function Router

Source
pub fn Router<R>(props: RouterProps<R>) -> Result<VNode, RenderError>
where R: Routable + Clone, <R as FromStr>::Err: Display,
Expand description

A component that renders the current route.