pub trait ListWalletDir {
    // Required method
    fn list_wallet_dir(&mut self) -> Vec<String>;
}

Required Methods§

source

fn list_wallet_dir(&mut self) -> Vec<String>

| Return available wallets in wallet | directory. |

Implementors§