macro_rules! s { ($value:expr) => { ... }; }
Converts the value into a String by calling the std::fmt::Display::to_string on the value.
std::fmt::Display::to_string