Modules§

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 Arc signal-factories (same idea as box_signal_fn but cloneable)
  • Helper to create boxed signal-factories
  • Helper to create Rc signal-factories (same idea as box_signal_fn but cloneable)

Type Aliases§

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