pub const MAX_INLINE: usize = size_of::<String>() - 1; // 23usize
Expand description

The maximum capacity of an inline string, in bytes.