[][src]Trait rs_es::EsResponse

pub trait EsResponse {
    fn status_code(&self) -> StatusCode;
fn read_response<R>(self) -> Result<R, EsError>
    where
        R: DeserializeOwned
; }

Required methods

fn status_code(&self) -> StatusCode

fn read_response<R>(self) -> Result<R, EsError> where
    R: DeserializeOwned

Loading content...

Implementations on Foreign Types

impl EsResponse for Response[src]

Loading content...

Implementors

Loading content...