IntoReadSource

Trait IntoReadSource 

Source
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.

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoReadSource for &str

Source§

impl IntoReadSource for &Path

Source§

impl IntoReadSource for PathBuf

Source§

impl IntoReadSource for ByteBuffer

Implementors§