Macro core::concat 1.0.0[−][src]
macro_rules! concat { ($($e:expr),*) => { ... }; ($($e:expr,)*) => { ... }; }
Concatenates literals into a static string slice.
For more information, see the documentation for std::concat!
.
macro_rules! concat { ($($e:expr),*) => { ... }; ($($e:expr,)*) => { ... }; }
Concatenates literals into a static string slice.
For more information, see the documentation for std::concat!
.