Type Definition iced_native::Runtime

source ·
pub type Runtime<Executor, Receiver, Message> = Runtime<Hasher, (Event, Status), Executor, Receiver, Message>;
Expand description

A native runtime with a generic executor and receiver of results.

It can be used by shells to easily spawn a Command or track a Subscription.