pub fn write_through(
buffer: Buffer,
target: &Path,
append: bool,
) -> Result<(), Error>Expand description
Write buffer to the target by following any symlink and truncating (or
appending to) the linked file. Non-atomic — see module docs.