This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module query

Source
Expand description

A module that provides custom query serialization & deserialization.

Structs§

Raw
Encoding for raw query strings.

Traits§

FromQuery
Type that can be decoded from a query string.
ToQuery
Type that can be encoded into a query string.