Macro to_str

Source
macro_rules! to_str {
    ($var:ident) => { ... };
    ([$($any:tt)*]) => { ... };
}