pub fn Router<R>(props: RouterProps<R>) -> Result<VNode, RenderError>where R: Routable + Clone, <R as FromStr>::Err: Display,
A component that renders the current route.