Function sqlx_core::net::connect_tcp
source ยท pub async fn connect_tcp<Ws: WithSocket>(
host: &str,
port: u16,
with_socket: Ws,
) -> Result<Ws::Output>
pub async fn connect_tcp<Ws: WithSocket>(
host: &str,
port: u16,
with_socket: Ws,
) -> Result<Ws::Output>