Type Definition monoio_http::common::response::Response

source ·
pub type Response<P = Payload> = Response<P>;

Trait Implementations§

source§

impl<P> FromParts<Parts, P> for Response<P>

source§

fn from_parts(parts: ResponseHead, body: P) -> Self

source§

impl<P> IntoParts for Response<P>

§

type Parts = Parts

§

type Body = P

source§

fn into_parts(self) -> (Self::Parts, Self::Body)