Function deno_net::ops_tls::op_tls_connect[][src]

pub async fn op_tls_connect<NP>(
    state: Rc<RefCell<OpState>>,
    args: ConnectTlsArgs,
    _: ()
) -> Result<OpConn, AnyError> where
    NP: NetPermissions + 'static,