pub type GlobalSignal<T> = Global<Signal<T>, T>;
Expand description
A signal that can be accessed from anywhere in the application and created in a static
Aliased Type§
struct GlobalSignal<T> { /* private fields */ }
pub type GlobalSignal<T> = Global<Signal<T>, T>;
A signal that can be accessed from anywhere in the application and created in a static
struct GlobalSignal<T> { /* private fields */ }