Expand description
Generic operators defined by user-provided closures.
Re-exports§
Modules§
- Types to build operators with general shapes.
- Types to build operators with general shapes.
- Methods to construct generic streaming and blocking unary operators.
Structs§
- Tracks requests for notification and delivers available notifications.
- Handle to an operator’s input stream and frontier.
- Handle to an operator’s input stream.
- Tracks requests for notification and delivers available notifications.
- Information about the operator being constructed
- Handle to an operator’s output stream.
- An owned instance of an output buffer which ensures certain API use.
Type Aliases§
- Handle to an operator’s input stream and frontier, specialized to vectors.
- Handle to an operator’s input stream, specialized to vectors.
- Handle specialized to
Vec
-based container.