Type Alias GlobalSignal

Source
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ยง

pub struct GlobalSignal<T> { /* private fields */ }