Trait mls_rs::external_client::builder::MlsConfig
source · pub trait MlsConfig: Send + Sync + Clone + Sealed { }Available on crate feature
external_client only.Expand description
Helper trait to allow consuming crates to easily write an external client type as
ExternalClient<impl MlsConfig>
It is not meant to be implemented by consuming crates. T: MlsConfig implies
T: ExternalClientConfig.
Object Safety§
This trait is not object safe.