pub trait PublicStorageProvider: PublicStorageProvider<CURRENT_VERSION, PublicError = Self::Error> {
type Error: Debug + Error;
}Available on 32-bit or 64-bit only.
Expand description
A convenience trait for the current version of the public storage.
Throughout the code, this one should be used instead of openmls_traits::public_storage::PublicStorageProvider.
Required Associated Types§
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.