WithPskStore

Type Alias 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.

See ClientBuilder::psk_store.

Aliased Typeยง

pub struct WithPskStore<P, C>(/* private fields */);