Module iced::command

source ·
Expand description

Run asynchronous actions.

Structs§

  • A set of asynchronous actions to be performed by some runtime.

Functions§

  • Creates a Command that produces the Messages published from a Future to an [mpsc::Sender] with the given bounds.