mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 22:51:07 +01:00
export ConnectorError
This commit is contained in:
parent
234c76f8bc
commit
aba9b09450
@ -59,7 +59,7 @@ pub mod ssl;
|
|||||||
mod worker;
|
mod worker;
|
||||||
mod connector;
|
mod connector;
|
||||||
|
|
||||||
pub use connector::Connector;
|
pub use connector::{Connector, ConnectorError};
|
||||||
pub use server::Server;
|
pub use server::Server;
|
||||||
pub use service::{IntoNewService, IntoService, NewServiceExt};
|
pub use service::{IntoNewService, IntoService, NewServiceExt};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user