Home
last modified time | relevance | path

Searched defs:SpanMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Ddirective.rs30 pub(crate) type SpanMatcher = MatchSet<field::SpanMatch>; typedef
426 pub(crate) fn to_span_match(&self, attrs: &span::Attributes<'_>) -> SpanMatcher { in to_span_match()
443 impl SpanMatcher { implementation