pub const STRING_SIZED_INLINE: usize = mem::size_of::<String>() - 2; // 10usize
Expand description

Using this inline capacity will result in a type with the same memory size as a builtin String