pub trait IntoAsyncService<M> {
type Service;
// Required method
fn into_async_service(self) -> Self::Service;
}
pub trait IntoAsyncService<M> {
type Service;
// Required method
fn into_async_service(self) -> Self::Service;
}