Function write_render_file
Source pub async fn write_render_file(
storage_dir: &Path,
render_id: Uuid,
suffix: &str,
ext: &str,
bytes: Bytes,
) -> Result<String, Error>
Expand description
Write the rendered image bytes for a render to disk, returning the
filename that should be stored in the DB.
ยงErrors
Returns an Error::Io if the file cannot be written.