[][src]Macro validbr::join_to_string

macro_rules! join_to_string {
    ($exp:expr) => { ... };
}

Converts each item of $expr to String and then join all them into a single String without any separator.