pub async fn run( fetch: impl Into<Arc<Fetch>>, addr: SocketAddr, user: impl AsRef<str>, password: impl AsRef<str>, ) -> Result<()>