DynSecretsStore

Type Alias DynSecretsStore 

Source
pub type DynSecretsStore = Arc<dyn SecretsStore>;
Expand description

Shared secrets-store handle.

Aliased Typeยง

pub struct DynSecretsStore { /* private fields */ }