Type Alias WithMlsRules

Source
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.

See ClientBuilder::mls_rules.

Aliased Typeยง

struct WithMlsRules<Pr, C>(/* private fields */);