Struct tower_http_digest::SignerLayer [−][src]
pub struct SignerLayer { /* fields omitted */ }
Expand description
Tower layer for verifying the HTTP digest header
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SignerLayer
impl Send for SignerLayer
impl Sync for SignerLayer
impl Unpin for SignerLayer
impl UnwindSafe for SignerLayer
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