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

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

Handle for shared state with persistent storage.