Trait tether_agent::plugs::definitions::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;
}