mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 11:00:36 +02:00
export ConnectorError
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user