Skip to main content

StoreHandle

Type Alias StoreHandle 

Source
pub type StoreHandle = Arc<dyn Store>;
Expand description

A shared Store, for the same reason CredentialHandle is shared.

Aliased Typeยง

pub struct StoreHandle { /* private fields */ }