Trait bitcoinchain_interface::GetSetting
source · pub trait GetSetting {
// Required method
fn get_setting(&mut self, arg: &String) -> SettingsValue;
}
Required Methods§
sourcefn get_setting(&mut self, arg: &String) -> SettingsValue
fn get_setting(&mut self, arg: &String) -> SettingsValue
| Get settings value. |