Module segments

Module segments 

Source

Structs§

SegmentEvents
A utility for turning a SegmentSource into a stream of SegmentEvents.
SegmentId
The identifier for a single segment.
SegmentRequest
SequenceWriter
Utility struct to associate SequenceId’s with chunks in an array stream. It wraps a SegmentWriter and enforces SegmentId’s sent to it are monotonically increasing. See SequenceId docs for more information.

Enums§

SegmentEvent

Traits§

SegmentSource
A trait for providing segment data to a crate::LayoutReader.
SegmentWriter

Type Aliases§

SegmentFuture
Static future resolving to a segment byte buffer.