pub type WithMlsRules<Pr, C> = Config<<C as IntoConfig>::KeyPackageRepository, <C as IntoConfig>::PskStore, <C as IntoConfig>::GroupStateStorage, <C as IntoConfig>::IdentityProvider, Pr, <C as IntoConfig>::CryptoProvider>;
Expand description
Change the proposal rules used by a client configuration.
Aliased Typeยง
struct WithMlsRules<Pr, C>(/* private fields */);