yew_router

Module history

Source
Expand description

A module that provides universal session history and location information.

Structs§

BrowserHistory
A History that is implemented with web_sys::History that provides native browser history and state access.
HashHistory
A History that is implemented with web_sys::History and stores path in #(fragment).
Location
A history location.
MemoryHistory
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.
HistoryError
The Error type for History.

Traits§

History
A trait to provide History access.

Type Aliases§

HistoryResult
The Result type for History.