Function actix_connect::default_connector[][src]

pub fn default_connector<T: Address + 'static>(
) -> impl Service<Request = Connect<T>, Response = Connection<T, TcpStream>, Error = ConnectError> + Clone
Expand description

Create connector service with default parameters.