Type Alias mls_rs::external_client::builder::WithCryptoProvider
source · pub type WithCryptoProvider<Cp, C> = Config<<C as IntoConfig>::IdentityProvider, <C as IntoConfig>::MlsRules, Cp>;
Available on crate feature
external_client
only.Expand description
Change the crypto provider used by a client configuration.
Aliased Type§
struct WithCryptoProvider<Cp, C>(/* private fields */);