Struct actix_http::encoding::Encoder
source · [−]pub struct Encoder<B> { /* private fields */ }Implementations
Trait Implementations
Attempt to pull out the next chunk of body bytes.
Try to convert into the complete chunk of body bytes. Read more
Auto Trait Implementations
impl<B> !RefUnwindSafe for Encoder<B>
impl<B> !UnwindSafe for Encoder<B>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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
