pub type StoreHandle = Arc<dyn Store>;
A shared Store, for the same reason CredentialHandle is shared.
Store
CredentialHandle
pub struct StoreHandle { /* private fields */ }