Trait hyperfuel_client::TransportFormat
source · pub trait TransportFormat {
// Required methods
fn read_chunks(bytes: &[u8]) -> Result<Vec<ArrowBatch>>;
fn path() -> &'static str;
}Required Methods§
fn read_chunks(bytes: &[u8]) -> Result<Vec<ArrowBatch>>
fn path() -> &'static str
Object Safety§
This trait is not object safe.