aztec-nr - std

Primitive type fmtstr

Implementations

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.

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).