Trait fluvio::dataplane::batch::BatchRecords[][src]

pub trait BatchRecords: Default + Debug + Encoder + Decoder {
    pub fn remainder_bytes(&self, remainder: usize) -> usize { ... }
}

Provided methods

pub fn remainder_bytes(&self, remainder: usize) -> usize[src]

how many bytes does record wants to process

Loading content...

Implementations on Foreign Types

impl BatchRecords for Vec<Record<DefaultAsyncBuffer>, Global>[src]

Loading content...

Implementors

Loading content...