Skip to main content

Router

Function Router 

Source
pub fn Router<R>(props: RouterProps<R>) -> Result<VNode, RenderError>
where R: Routable + Clone,
Available on crate feature router only.
Expand description

A component that renders the current route.