Struct elastic::client::responses::parse::Unbuffered []

pub struct Unbuffered<B>(_);

A response body that hasn't been buffered yet.

Methods

impl<B> Unbuffered<B> where
    B: ResponseBody

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