Macro ::std::stringify!(..)

Overview

Stringify the given argument, causing it to expand to its underlying token stream.

This can be used by macros to convert a stream of tokens into a readable string.