Type Alias Request

Source
pub type Request<P = Payload> = Request<P>;

Aliased Type§

pub struct Request<P = Payload> { /* private fields */ }

Trait Implementations§

Source§

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

Source§

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

Source§

impl<P> IntoParts for Request<P>

Source§

type Parts = Parts

Source§

type Body = P

Source§

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