Struct tower_http_digest::Verifier [−][src]
Expand description
Verification service
Implementations
Create a new verifier service with a custom buffer size
Trait Implementations
Returns Poll::Ready(Ok(()))
when the service is able to process requests. Read more
Auto Trait Implementations
impl<S> !RefUnwindSafe for Verifier<S>
impl<S> !UnwindSafe for Verifier<S>
Blanket Implementations
Mutably borrows from an owned value. Read more
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