Function deno_net::ops_tls::op_connect_tls[][src]

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