Macro core::stringify1.0.0[][src]

macro_rules! stringify {
    ($($t:tt)*) => { ... };
}

A macro which stringifies its arguments.

For more information, see the documentation for std::stringify!.