Function freya::components::ActivableRoute

source ·
pub fn ActivableRoute<T>(
    _: ActivableRouteProps<T>
) -> Result<VNode, RenderError>
where T: Clone + PartialEq + Routable + 'static,
Expand description

Provide a context to the inner components so they can know whether the passed route is the current router in the Router or not.

§Props

For details, see the props struct definition.