openmls::storage

Trait StorageProvider

Source
pub trait StorageProvider: StorageProvider<CURRENT_VERSION> { }
Expand description

A convenience trait for the current version of the storage. Throughout the code, this one should be used instead of openmls_traits::storage::StorageProvider.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<P: StorageProvider<CURRENT_VERSION>> StorageProvider for P