Constant stack_string::MAX_INLINE
source · [−]pub const MAX_INLINE: usize = size_of::<String>() - 1; // 23usizeExpand description
The maximum capacity of an inline string, in bytes.
pub const MAX_INLINE: usize = size_of::<String>() - 1; // 23usizeThe maximum capacity of an inline string, in bytes.