Function write_lines

Source
pub fn write_lines<P: AsRef<Path>>(
    src: P,
    lines: Vec<String>,
    trunc: bool,
) -> Option<usize>