mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 15:46:48 +00:00
export ConnectorError
This commit is contained in:
parent
234c76f8bc
commit
aba9b09450
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue