Macro s

Source
macro_rules! s {
    ($value:expr) => { ... };
}
Expand description

Converts the value into a String by calling the std::fmt::Display::to_string on the value.