Module stream
hydro_
lang
0.12.1
Module stream
Module Items
Structs
Traits
Functions
In crate hydro_
lang
Modules
boundedness
builder
cycle
deploy
deploy_runtime
ir
location
optional
rewrites
runtime_context
singleton
stream
test_util
Macros
q
hydro_lang
Module
stream
Copy item path
Settings
Help
Summary
Source
Structs
§
NoOrder
Marks the stream as having no order, which means that the order of elements may be affected by non-determinism.
Stream
An ordered sequence stream of elements of type
T
.
Total
Order
Marks the stream as being totally ordered, which means that there are no sources of non-determinism (other than intentional ones) that will affect the order of elements.
Traits
§
MinOrder
Helper trait for determining the weakest of two orderings.
Functions
§
deserialize_
bincode_
with_
type
serialize_
bincode_
with_
type