Struct tower_http::trace::DefaultOnBodyChunk
source · [−]pub struct DefaultOnBodyChunk { /* private fields */ }This is supported on crate feature
trace only.Expand description
The default OnBodyChunk implementation used by Trace.
Simply does nothing.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DefaultOnBodyChunk
impl Send for DefaultOnBodyChunk
impl Sync for DefaultOnBodyChunk
impl Unpin for DefaultOnBodyChunk
impl UnwindSafe for DefaultOnBodyChunk
Blanket Implementations
Mutably borrows from an owned value. Read more
This is supported on crate feature
follow-redirect only.Create a new Policy that returns Action::Follow only if self and other return
Action::Follow. 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