Trait BatchRecords

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

Provided Methods§

Source

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

how many bytes does record wants to process

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§