pub trait CanSupportFeature {
    // Required method
    fn can_support_feature(&self, _0: WalletFeature) -> bool;
}

Required Methods§

Implementors§