pub async fn make_connector(
peers: impl IntoIterator<Item = (PeerId, SafeUrl)>,
api_secret: &Option<String>,
iroh_enable_dht: bool,
iroh_enable_next: bool,
) -> Result<DynClientConnector>
pub async fn make_connector(
peers: impl IntoIterator<Item = (PeerId, SafeUrl)>,
api_secret: &Option<String>,
iroh_enable_dht: bool,
iroh_enable_next: bool,
) -> Result<DynClientConnector>