☰
bevy
0.13.0
Module combinator
Structs
In bevy::log::tracing_subscriber::filter
?
Module
bevy
::
log
::
tracing_subscriber
::
filter
::
combinator
source
·
[
−
]
Expand description
Filter combinators
Structs
And
Combines two
Filter
s so that spans and events are enabled if and only if
both
filters return
true
.
Not
Inverts the result of a
Filter
.
Or
Combines two
Filter
s so that spans and events are enabled if
either
filter returns
true
.