Trait MatchTopic

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

Required Methods§

Source

fn match_topic(&self, topic: &Topic) -> bool

Implementors§