mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 15:46:48 +00:00
export ServiceExt trait
This commit is contained in:
parent
eeb4f8c61c
commit
7ec92f7b1c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ mod worker;
|
|||
pub use configurable::{IntoNewConfigurableService, NewConfigurableService};
|
||||
pub use connector::{ConnectionInfo, Connector, ConnectorError};
|
||||
pub use server::Server;
|
||||
pub use service::{IntoNewService, IntoService, NewServiceExt};
|
||||
pub use service::{IntoNewService, IntoService, NewServiceExt, ServiceExt};
|
||||
|
||||
/// Pause accepting incoming connections
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue