[][src]Type Definition yew_state::GlobalHandle

type GlobalHandle<T> = StateHandle<T, GlobalHandler<T>>;

Handle for basic shared state.