Macros§
- concat
- Concatenate
const
&str
expressions and literals into a static string slice. - concat_
bytes - Concatenate
const
&[u8]
expressions and literals into a static byte slice. - concat_
slices - Concatenate
const
&[T]
expressions into a static slice.