Macro core::stringify 1.0.0
[−]
[src]
macro_rules! stringify { ($t:tt) => { ... }; }
A macro which stringifies its argument.
For more information, see the documentation for std::stringify!
.