[][src]Trait kf_protocol_api::BatchRecords

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

Provided methods

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

how many bytes does record wants to process

Loading content...

Implementors

impl BatchRecords for DefaultBatchRecords[src]

Loading content...