WithGroupStateStorage

Type Alias 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ยง

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