pub type KeystorePtr = Arc<dyn Keystore>;
A shared pointer to a keystore implementation.
struct KeystorePtr { /* private fields */ }