diff --git a/src/lib.rs b/src/lib.rs index d34d90e7..65b15ee6 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 ///