(function() {var type_impls = { "awc":[["
source§

impl<S> Future for ResponseBody<S>
where\n S: Stream<Item = Result<Bytes, PayloadError>>,

§

type Output = Result<Bytes, PayloadError>

The type of value produced on completion.
source§

fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>

Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
","Future","awc::responses::response_body::MessageBody"],["
source§

impl<S> ResponseBody<S>
where\n S: Stream<Item = Result<Bytes, PayloadError>>,

source

pub fn new(res: &mut ClientResponse<S>) -> ResponseBody<S>

Creates a body stream reader from a response by taking its payload.

\n
source

pub fn limit(self, limit: usize) -> Self

Change max size limit of payload.

\n

The default limit is 2 MiB.

\n
",0,"awc::responses::response_body::MessageBody"],["
source§

impl<'__pin, S> Unpin for ResponseBody<S>
where\n __Origin<'__pin, S>: Unpin,

","Unpin","awc::responses::response_body::MessageBody"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})()