Type Alias mls_rs::client_builder::WithGroupStateStorage

source ·
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.

See ClientBuilder::group_state_storage.

Aliased Type§

struct WithGroupStateStorage<G, C>(/* private fields */);