pub trait GetWalletName {
    fn get_wallet_name(&mut self) -> String;
}

Required Methods§

Implementors§