[][src]Trait grin_wallet::libwallet::types::WalletInst

pub trait WalletInst<C, K>: WalletBackend<C, K> + Send + Sync + 'static where
    C: NodeClient,
    K: Keychain
{ }

Combined trait to allow dynamic wallet dispatch

Implementors

impl<T, C, K> WalletInst<C, K> for T where
    T: WalletBackend<C, K> + Send + Sync + 'static,
    C: NodeClient,
    K: Keychain
[src]

Loading content...