pub struct AnyGuard { /* private fields */ }
Expand description
A collection of guards that match if the disjunction of their check
outcomes is true.
That is, only one contained guard needs to match in order for the aggregate guard to match.
Construct an AnyGuard
using Any
.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AnyGuard
impl !UnwindSafe for AnyGuard
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more