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

pub trait ResponseContent where
    Self::Data: Send + 'static + Unpin
{ type Data; fn convert_response<'async_trait>(
        response: Response<Body>
    ) -> Pin<Box<dyn Future<Output = Result<Response<Self::Data>, Error>> + Send + 'async_trait>>
    where
        Self: 'async_trait
; }

Associated Types

Required methods

Implementors