PlugDefinitionCommon

Trait PlugDefinitionCommon 

Source
pub trait PlugDefinitionCommon<'a> {
    // Required methods
    fn name(&'a self) -> &'a str;
    fn topic_str(&'a self) -> &'a str;
    fn topic(&'a self) -> &'a TetherOrCustomTopic;
    fn qos(&'a self) -> i32;
}

Required Methods§

Source

fn name(&'a self) -> &'a str

Source

fn topic_str(&'a self) -> &'a str

Source

fn topic(&'a self) -> &'a TetherOrCustomTopic

Source

fn qos(&'a self) -> i32

Implementors§