pub type SegmentFuture = BoxFuture<'static, VortexResult<ByteBuffer>>;Expand description
Static future resolving to a segment byte buffer.
Aliased Typeยง
struct SegmentFuture {}pub type SegmentFuture = BoxFuture<'static, VortexResult<ByteBuffer>>;Static future resolving to a segment byte buffer.
struct SegmentFuture {}