Function deno_net::ops_tls::op_tls_start[][src]

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