1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-02 21:38:46 +00:00

export ServiceExt trait

This commit is contained in:
Nikolay Kim 2018-08-29 12:26:27 -07:00
parent eeb4f8c61c
commit 7ec92f7b1c

View file

@ -63,7 +63,7 @@ mod worker;
pub use configurable::{IntoNewConfigurableService, NewConfigurableService}; pub use configurable::{IntoNewConfigurableService, NewConfigurableService};
pub use connector::{ConnectionInfo, Connector, ConnectorError}; pub use connector::{ConnectionInfo, Connector, ConnectorError};
pub use server::Server; pub use server::Server;
pub use service::{IntoNewService, IntoService, NewServiceExt}; pub use service::{IntoNewService, IntoService, NewServiceExt, ServiceExt};
/// Pause accepting incoming connections /// Pause accepting incoming connections
/// ///