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

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