Trait hyperfuel_client::TransportFormat

source ·
pub trait TransportFormat {
    // Required methods
    fn read_chunks(bytes: &[u8]) -> Result<Vec<ArrowBatch>>;
    fn path() -> &'static str;
}

Required Methods§

source

fn read_chunks(bytes: &[u8]) -> Result<Vec<ArrowBatch>>

source

fn path() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§