Struct elastic_responses::parsing::Parse [] [src]

pub struct Parse<T> { /* fields omitted */ }

A parser that separates taking a response type from the readable body type.

Methods

impl<T: IsOk + DeserializeOwned> Parse<T>
[src]

[src]

Try parse a contiguous slice of bytes into a concrete response.

[src]

Try parse an arbitrary reader into a concrete response.

Trait Implementations

Auto Trait Implementations

impl<T> Send for Parse<T> where
    T: Send

impl<T> Sync for Parse<T> where
    T: Sync