pub trait BaseSettings {
// Required methods
fn get_type(&self) -> BussSettings;
fn get_body(&self) -> Vec<u8> ⓘ;
}Expand description
Provides easy conversion of various settings type into binary data
Required Methods§
Sourcefn get_type(&self) -> BussSettings
fn get_type(&self) -> BussSettings
Get the BussSettings type this setting represents