Macro collect_string

Source
macro_rules! collect_string {
    ($desc:literal, $item:ty $(, $a:lifetime)?) => { ... };
}