Module yew_router::history

source ·
Expand description

A module that provides universal session history and location information.

Structs

A History that is implemented with web_sys::History that provides native browser history and state access.
A History that is implemented with web_sys::History and stores path in #(fragment).
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 universial API to the underlying history type.
The Error type for History.

Traits

A trait to provide History access.

Type Definitions

The Result type for History.