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