Structs§
Enums§
- Output
- The
Output
enum provides a general interface for outputs of different types. TheImmediate
variant represents data that is immediately available, while theStream
variant represents data that may be produced over time. - Stream
Segment