pub struct NotReporting<H: Handler>(_);
Expand description

Wrapper around arbitrary Handlers to make them not report in .well-known/core.

This helps integrating handler implementations that do not yet also implement Reporting by providing a blank report.

(With specialization, this could be moved into the default implementation).

Implementations

Trait Implementations

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.

👎Deprecated
Divert requests arriving at path into the given handler. Read more

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.