Trait fluvio_smartmodule::dataplane::record::BatchRecords

source ·
pub trait BatchRecords:
    Default
    + Debug
    + Encoder
    + Decoder
    + Send
    + Sync {
    // Provided method
    fn remainder_bytes(&self, remainder: usize) -> usize { ... }
}

Provided Methods§

source

fn remainder_bytes(&self, remainder: usize) -> usize

👎Deprecated

how many bytes does record wants to process

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl BatchRecords for Vec<Record>

Implementors§