pub trait BackupWallet {
    fn backup_wallet(&self, filename: &String) -> bool;
}

Required Methods§

Implementors§