Searched defs:SpanMatcher (Results 1 – 1 of 1) sorted by relevance
30 pub(crate) type SpanMatcher = MatchSet<field::SpanMatch>; typedef426 pub(crate) fn to_span_match(&self, attrs: &span::Attributes<'_>) -> SpanMatcher { in to_span_match()443 impl SpanMatcher { implementation