[][src]Type Definition yew_state::StorageHandle

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

Handle for shared state with persistent storage.