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.

Object Safety§

This trait is not object safe.

Implementors§

source§

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