pub trait SettingsExtensions {
    // Required method
    fn into_wallet_settings(self) -> Settings;
}

Required Methods§

Implementations on Foreign Types§

source§

impl SettingsExtensions for SettingsDto

Implementors§