Skip to main content

TableDataReader

Trait TableDataReader 

Source
pub trait TableDataReader: Send {
    // Required method
    fn read_chunk(&mut self) -> impl Future<Output = Result<Option<&[u8]>>> + '_;
}

Required Methods§

Source

fn read_chunk(&mut self) -> impl Future<Output = Result<Option<&[u8]>>> + '_

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§