freya_router

Module prelude

Source
Expand description

A collection of useful items most applications might need.

Re-exports§

Structs§

  • This context is set to the RouterConfig on_update method
  • A +History* provider that stores all navigation information in memory.
  • A view into the navigation state of a router.
  • A context that manages nested routing levels for outlet components.
  • An error that is thrown when the router fails to parse a route
  • Global configuration options for the router.
  • A collection of router data that manages all routing functionality.

Functions§

  • Acquire the navigator without subscribing to updates.
  • Returns the current outlet context from the component hierarchy.

Derive Macros§

  • Derives the Routable trait for an enum of routes