Trait service_async::BoxService 
source · pub trait BoxService<Request, Response, E> {
    // Required method
    fn into_boxed(self) -> BoxedService<Request, Response, E>;
}pub trait BoxService<Request, Response, E> {
    // Required method
    fn into_boxed(self) -> BoxedService<Request, Response, E>;
}