Trait IntoHttpService

Source
pub trait IntoHttpService<B, X>
where B: Send,
{ type Service: HttpService<B, ResponseBody = Self::ResponseBody>; type ResponseBody; // Required method fn into_svc(self) -> Self::Service; }

Required Associated Types§

Source

type Service: HttpService<B, ResponseBody = Self::ResponseBody>

Source

type ResponseBody

Required Methods§

Source

fn into_svc(self) -> Self::Service

Implementors§