Constant MAX_TEXT_ARG_LENGTH
pub const MAX_TEXT_ARG_LENGTH: u32 = 32768; // 32_768u32
Expand description
The maximum string length which we can encode into the tracing format.
pub const MAX_TEXT_ARG_LENGTH: u32 = 32768; // 32_768u32
The maximum string length which we can encode into the tracing format.