make_connector

Function make_connector 

Source
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>