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ยง
pub struct WithCryptoProvider<Cp, C>(/* private fields */);