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

Required Methods§

source

fn backup_wallet(&self, filename: &String) -> bool

Implementors§