Function: erc-sasl--state-step

erc-sasl--state-step is a byte-compiled function defined in erc-sasl.el.gz.

Signature

(erc-sasl--state-step erc-sasl--state-step X)

Documentation

Access slot "step" of erc-sasl--state struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(cl-defstruct erc-sasl--state
  "Holder for client object and subproto state."
  (client nil :type vector)
  (step nil :type vector)
  (pending nil :type string))