logo
pub const INLINE_CAPACITY: usize = mem::size_of::<OutOfLineRepr>() - 1; // 7usize
Expand description

The maximum number of bytes that can be inlined.