futures_
signals
0.3.34
Module signal_
vec
Module Items
Structs
Enums
Traits
Functions
Type Aliases
In crate futures_
signals
futures_signals
Module
signal_vec
Copy item path
Source
Structs
§
Always
Chain
Delay
Remove
Enumerate
Filter
Filter
Map
Filter
Signal
Cloned
Flatten
ForEach
IsEmpty
Len
Map
MapSignal
Mutable
Signal
Vec
Mutable
Vec
Mutable
VecLock
Mut
Mutable
VecLock
Ref
Signal
VecDebug
Signal
VecStream
Sort
ByCloned
Stream
Signal
Vec
SumSignal
ToSignal
Cloned
ToSignal
Map
Enums
§
VecDiff
Traits
§
Signal
Vec
Signal
VecExt
Functions
§
always
Converts a
Vec<A>
into a
SignalVec<Item = A>
from_
stream
Converts a
Stream<Item = A>
into a
SignalVec<Item = A>
Type Aliases
§
BoxSignal
Vec
An owned dynamically typed
SignalVec
.
Local
BoxSignal
Vec
Same as
BoxSignalVec
, but without the
Send
requirement.