Type Definition GlobalHandle
yew_state
type GlobalHandle<T> = StateHandle<T, GlobalHandler<T>>;
Handle for basic shared state.