impl<let N: u32, T> fmtstr<N, T>
pub comptime fn quoted_contents(self) -> Quoted
Returns the format string contents (that is, without the leading and trailing double quotes) as a Quoted value.
Quoted
pub comptime fn as_quoted_str(self) -> Quoted
Returns the format string contents (with the leading and trailing double quotes) as a Quoted string literal (not a format string literal).
Returns the format string contents (that is, without the leading and trailing double quotes) as a
Quotedvalue.