pub struct TraceFunnel<'a> { /* private fields */ }
Expand description

Trace funnel unit

Implementations

Construct a new TraceFunnel component.

Unlock the funnel and enable it for tracing the target.

Enable funnel input sources.

Note

The trace funnel acts as a selector for multiple sources. This function allows you to block or pass specific trace sources selectively.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.