SegmentFuture

Type Alias SegmentFuture 

Source
pub type SegmentFuture = BoxFuture<'static, VortexResult<ByteBuffer>>;
Expand description

Static future resolving to a segment byte buffer.

Aliased Typeยง

pub struct SegmentFuture { /* private fields */ }