pub fn signer() -> &'static dyn RequestSignerExpand description
Accessor used by every caller. Returns UnavailableSigner in the
open-source build; with codingplan-crypto on, returns RealSigner
which forwards into the closed-source atomcode-codingplan-crypto
crate.