[][src]Function r3ma_backup::import_from_file

pub fn import_from_file(
    path: &Path,
    password: &str
) -> Result<ThreemaBackup, &'static str>

Imports a threema backup with a given password from a file.

See import for more info on the procedure.