Function write_to_writer

Source
pub fn write_to_writer<S: AsRef<[u8]>, W: Write>(
    source: S,
    target: W,
) -> Result<(), FileError>