[][src]Type Definition bundled_crypto::key_rotation::RotatingKeyFixture

type RotatingKeyFixture<A> = Arc<RwLock<Arc<RotatingKeyStore<A>>>>;

A convenience

Trait Implementations

impl<K: SafeGenerateKey + Clone + Send + Sync, A: Algo<Key = K> + Send + Sync + 'static> Generational for RotatingKeyFixture<A>[src]

type Error = Arc<RotatingKeyStore<A>>

The error if anything goes wrong when swapping the current for the next or when attempting to access the current version. Read more

type Datum = Arc<RotatingKeyStore<A>>

The data being stored.