pub async fn build_common_tor_client(
obfs4_path: &str,
) -> Result<TorClient<PreferredRuntime>>
Expand description
Build a TorClient that is intended to be used purely for creating isolated clients off of.
Note that this is mainly a wrapper for convenience purposes