[][src]Trait fluvio_dataplane_protocol::batch::BatchRecords

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

Implementors

impl BatchRecords for DefaultBatchRecords[src]

Loading content...