Module dominator_helpers::signals[][src]

Structs

If the provided signal is None, then a signal of the provided default otherwise, the signal’s value

If the provided signal is None, then a signal of None otherwise, a signal of Some(value)

Enums

Functions

Helper to create boxed signal-factories

Helper to create Rc signal-factories (same idea as box_signal_fn but cloneable)

Type Definitions

Type alias for a boxed signal-factory

Type alias for a Rc’d signal-factory (same idea as BoxSignalFn but cloneable)