mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-24 16:53:13 +00:00
remove clone
This commit is contained in:
parent
85f49f521c
commit
1cc7dd076a
@ -16,7 +16,6 @@ use crate::IdentityProvider;
|
|||||||
/// This type stops OpenMLS internal from leaking outside of the crate.
|
/// This type stops OpenMLS internal from leaking outside of the crate.
|
||||||
/// Developers provider a simple IdentitityProvider, and Signer and Credential generation
|
/// Developers provider a simple IdentitityProvider, and Signer and Credential generation
|
||||||
/// is provided
|
/// is provided
|
||||||
#[derive(Clone)]
|
|
||||||
pub struct MlsIdentityProvider<T: IdentityProvider>(T);
|
pub struct MlsIdentityProvider<T: IdentityProvider>(T);
|
||||||
|
|
||||||
impl<T: IdentityProvider> MlsIdentityProvider<T> {
|
impl<T: IdentityProvider> MlsIdentityProvider<T> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user