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

The maximum capacity of an inline string, in bytes.