Type Alias mls_rs::client_builder::WithKeyPackageRepo

source ·
pub type WithKeyPackageRepo<K, C> = Config<K, <C as IntoConfig>::PskStore, <C as IntoConfig>::GroupStateStorage, <C as IntoConfig>::IdentityProvider, <C as IntoConfig>::MlsRules, <C as IntoConfig>::CryptoProvider>;
Expand description

Change the key package repository used by a client configuration.

See ClientBuilder::key_package_repo.

Aliased Type§

struct WithKeyPackageRepo<K, C>(/* private fields */);