Struct elastic_responses::parsing::Unbuffered [] [src]

pub struct Unbuffered<B>(_);

A response body that hasn't been buffered yet.

Methods

impl<B: ResponseBody> Unbuffered<B>
[src]

[src]

Buffer the response body to a json value and return a new buffered representation.