pub trait IntoReadSource {
    // Required method
    fn into_read_source(self, handle: Handle) -> VortexResult<ReadSourceRef>;
}Expand description
A trait for types that can be opened as an IoSource.
pub trait IntoReadSource {
    // Required method
    fn into_read_source(self, handle: Handle) -> VortexResult<ReadSourceRef>;
}A trait for types that can be opened as an IoSource.