Function fstream::write_lines [] [src]

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