settings::message::action_fuse

Type Alias ActionFuseHandle

Source
pub type ActionFuseHandle = Rc<Mutex<ActionFuse>>;
Expand description

The reference-counted handle to an ActionFuse. When all references go out of scope, the action will be triggered (if not defused).

Aliased Typeยง

struct ActionFuseHandle { /* private fields */ }