to_cpp_lines

Function to_cpp_lines 

Source
pub fn to_cpp_lines<Lines: IntoIterator<Item = String>>(
    prefix: &str,
    lines: Lines,
) -> String