Function: erc-sasl--state-p
erc-sasl--state-p is a byte-compiled function defined in
erc-sasl.el.gz.
Signature
(erc-sasl--state-p CL-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))