// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
use BoxFuture;
use BufferHandle;
use VortexResult;
use crateSegmentId;
/// Static future resolving to a segment byte buffer.
pub type SegmentFuture = ;
/// A trait for providing segment data to a [`crate::LayoutReader`].