Constant stack_string::MAX_INLINE [−][src]
pub const MAX_INLINE: usize = size_of::<String>() - 1; // 0x0000_0000_0000_0017usizeExpand description
The maximum capacity of an inline string, in bytes.
pub const MAX_INLINE: usize = size_of::<String>() - 1; // 0x0000_0000_0000_0017usizeThe maximum capacity of an inline string, in bytes.