Type Definition yew_state::handle::StorageHandle[][src]

type StorageHandle<T> = StateHandle<StorageHandler<T>>;

Handle for shared state with persistent storage.