pub type WithKeyPackageRepo<K, C> = Config<K, <C as IntoConfig>::PskStore, <C as IntoConfig>::GroupStateStorage, <C as IntoConfig>::IdentityProvider, <C as IntoConfig>::MlsRules, <C as IntoConfig>::CryptoProvider>;Expand description
Change the key package repository used by a client configuration.
Aliased Typeยง
struct WithKeyPackageRepo<K, C>(/* private fields */);