Skip to main content

BatchRecords

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

Implementors§