Trait mls_rs::client_builder::MlsConfig
source · pub trait MlsConfig: Clone + Send + Sync + Sealed { }Expand description
Helper trait to allow consuming crates to easily write a client type as Client<impl MlsConfig>
It is not meant to be implemented by consuming crates. T: MlsConfig implies T: ClientConfig.
Object Safety§
This trait is not object safe.