pub type WithGroupStateStorage<G, C> = Config<<C as IntoConfig>::KeyPackageRepository, <C as IntoConfig>::PskStore, G, <C as IntoConfig>::IdentityProvider, <C as IntoConfig>::MlsRules, <C as IntoConfig>::CryptoProvider>;Expand description
Change the group state storage used by a client configuration.
Aliased Typeยง
struct WithGroupStateStorage<G, C>(/* private fields */);