StorageProvider

Trait StorageProvider 

Source
pub trait StorageProvider: StorageProvider<CURRENT_VERSION> { }
Available on 32-bit or 64-bit only.
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