Trait MinByteRange

Source
pub trait MinByteRange {
    // Required method
    fn min_byte_range(&self) -> Range<usize> ;
}
Expand description

Return the minimum range of the table bytes

This trait is implemented in generated code, and we use this to get the minimum length/bytes of a table

Required Methods§

Implementors§