diff --git a/src/lib.rs b/src/lib.rs index 8ae11afb..4b19d341 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -59,7 +59,7 @@ pub mod ssl; mod worker; mod connector; -pub use connector::Connector; +pub use connector::{Connector, ConnectorError}; pub use server::Server; pub use service::{IntoNewService, IntoService, NewServiceExt};