Type Alias mls_rs::client_builder::WithPskStore
source · pub type WithPskStore<P, C> = Config<<C as IntoConfig>::KeyPackageRepository, P, <C as IntoConfig>::GroupStateStorage, <C as IntoConfig>::IdentityProvider, <C as IntoConfig>::MlsRules, <C as IntoConfig>::CryptoProvider>;Expand description
Change the PSK store used by a client configuration.
Aliased Type§
struct WithPskStore<P, C>(/* private fields */);