[−][src]Trait yew_state::Storable
Allows state to be stored persistently in local or session storage.
Provided methods
fn key() -> &'static str
The key used to save and load state from storage.
fn area() -> Area
The area to store state.