Module yew_router::history
source · Expand description
A module that provides universal session history and location information.
Structs
- A
History
that is implemented withweb_sys::History
that provides native browser history and state access. - A history location.
- A
History
that is implemented with in memory history stack and is usable in most targets.
Enums
- A
History
that provides a universal API to the underlying history type. - The Error type for History.
Traits
- A trait to provide
History
access.
Type Aliases
- The Result type for History.