pub type State = Threaded<Application>;
Aliased Type§
struct State {
thread: Sender<Event>,
}
Fields§
§thread: Sender<Event>
Waits for external events
pub type State = Threaded<Application>;
struct State {
thread: Sender<Event>,
}
thread: Sender<Event>
Waits for external events