mirror of
https://github.com/fafhrd91/actix-net
synced 2025-09-02 14:16:37 +02:00
move Service to service sub mod
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
use std::marker::PhantomData;
|
||||
|
||||
use futures::{Async, Future, IntoFuture, Poll};
|
||||
use {IntoNewService, NewService, Service};
|
||||
|
||||
use super::{IntoNewService, NewService, Service};
|
||||
|
||||
/// `Apply` service combinator
|
||||
pub struct Apply<T, F, R, Req> {
|
||||
|
Reference in New Issue
Block a user