Function: erc-sasl--state-client
erc-sasl--state-client is a byte-compiled function defined in
erc-sasl.el.gz.
Signature
(erc-sasl--state-client erc-sasl--state-client X)
Documentation
Access slot "client" 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))