Function deno_net::ops::op_connect[][src]

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