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