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.

See ExternalClientBuilder::crypto_provider.

Aliased Type§

struct WithCryptoProvider<Cp, C>(/* private fields */);