Skip to main content

TagMatcher

Trait TagMatcher 

Source
pub trait TagMatcher {
    // Required method
    fn matches_tag(&self, key: &str, value: &TagValue) -> bool;
}
Expand description

A type that can be matched against a tag.

Required Methods§

Source

fn matches_tag(&self, key: &str, value: &TagValue) -> bool

Implementors§