Trait mqtt::MatchTopic [] [src]

pub trait MatchTopic {
    fn match_topic(&self, topic: &Topic) -> bool;
}

Required Methods

Implementors