🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Available on crate features registry and std only.
Expand description

Filter combinators

Structs§

  • Combines two Filters so that spans and events are enabled if and only if both filters return true.
  • Inverts the result of a Filter.
  • Combines two Filters so that spans and events are enabled if either filter returns true.