From 7ec92f7b1c642ea1f07bef9f1db2442ba706c35b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 29 Aug 2018 12:26:27 -0700 Subject: [PATCH] export ServiceExt trait --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d34d90e77..65b15ee67 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 ///