Type Alias mls_rs::client_builder::BaseConfig
source · pub type BaseConfig = Config<InMemoryKeyPackageStorage, InMemoryPreSharedKeyStorage, InMemoryGroupStateStorage, Missing, DefaultMlsRules, Missing>;
Expand description
Base client configuration type when instantiating ClientBuilder
Aliased Type§
struct BaseConfig(/* private fields */);