Expand description
A module that provides universal session history and location information.
Structs§
- Browser
History - A
History
that is implemented withweb_sys::History
that provides native browser history and state access. - Hash
History - A
History
that is implemented withweb_sys::History
and stores path in#
(fragment). - Location
- A history location.
- Memory
History - A
History
that is implemented with in memory history stack and is usable in most targets.
Enums§
- AnyHistory
- A
History
that provides a universal API to the underlying history type. - History
Error - The Error type for History.
Traits§
Type Aliases§
- History
Result - The Result type for History.