export ServiceExt trait

This commit is contained in:
Nikolay Kim 2018-08-29 12:26:27 -07:00
parent eeb4f8c61c
commit 7ec92f7b1c
1 changed files with 1 additions and 1 deletions

View File

@ -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
///