Function texting::concat_lines[][src]

pub fn concat_lines<I>(vec: I, delim: &str, level: u8) -> String where
    I: IntoIterator,
    I: Sized,
    I::IntoIter: Iterator<Item = I::Item>,
    I::Item: Display