[][src]Trait kf_protocol::api::BatchRecords

pub trait BatchRecords: Default + Debug + Decoder + Encoder {
    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...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...