Module yew::format [] [src]

Utility module to convert data to types and back by specific formats like: JSON, BSON, TOML, YAML, XML.

All types here are lazy and it's necessary to use Into and From traits to get (convert) the data.

Structs

Json

A representation of a JSON data. Use it as wrapper to set a format you want to use for conversion:

Nothing

A representation of an empty data. Nothing stored. Nothing restored.

Type Definitions

Restorable

A representation of a value which can be restored.

Storable

A representation of a value which can be stored.