pub type BaseConfig = Config<InMemoryKeyPackageStorage, InMemoryPreSharedKeyStorage, InMemoryGroupStateStorage, Missing, DefaultMlsRules, Missing>;
Expand description
Base client configuration type when instantiating ClientBuilder
Aliased Typeยง
pub struct BaseConfig(/* private fields */);