Function add_ed::buffer::file::write_file[][src]

pub fn write_file<'a>(
    filepath: &str,
    data: impl Iterator<Item = &'a str>,
    append: bool
) -> Result<(), &'static str>
Expand description

Write lines in iterator to given path.