pub(crate) fn run<R: ToplevelRuntime>(
runtime: R,
proxy_matches: &ArgMatches,
cfg_sources: ConfigurationSources,
config: ArtiConfig,
client_config: TorClientConfig,
) -> Result<()>
Expand description
Run the proxy
subcommand.
pub(crate) fn run<R: ToplevelRuntime>(
runtime: R,
proxy_matches: &ArgMatches,
cfg_sources: ConfigurationSources,
config: ArtiConfig,
client_config: TorClientConfig,
) -> Result<()>
Run the proxy
subcommand.