[][src]Trait eiktyrner::content::ResponseContent

pub trait ResponseContent where
    Self::Data: Send + 'static, 
{ type Data; fn convert_response(response: Response<Body>) -> ResponseFuture<Self::Data>; }

Associated Types

type Data

Loading content...

Required methods

Loading content...

Implementors

impl ResponseContent for Empty[src]

impl<T> ResponseContent for Json<T> where
    T: DeserializeOwned + Send + 'static, 
[src]

Loading content...