Function deltachat::imex::export_backup_stream

source ยท
pub(crate) async fn export_backup_stream<'a, W>(
    context: &'a Context,
    temp_db_path: &Path,
    blobdir: BlobDirContents<'a>,
    writer: W,
) -> Result<()>
where W: AsyncWrite + AsyncWriteExt + Unpin + Send + 'static,
Expand description

Exports the database and blobs into a stream.