pub fn create(
matches: &ArgMatches,
) -> ShadowsocksResult<(Runtime, impl Future<Output = ShadowsocksResult> + use<>)>
Expand description
Create Runtime
and main
entry
pub fn create(
matches: &ArgMatches,
) -> ShadowsocksResult<(Runtime, impl Future<Output = ShadowsocksResult> + use<>)>
Create Runtime
and main
entry