[][src]Function r3ma_backup::export_to_file

pub fn export_to_file(
    path: &Path,
    threema_id: &[u8],
    secret_key: &[u8],
    password: &str
) -> Result<(), &'static str>

Exports a threema backup string with a given password to a file.

See export for more info on the procedure.