Type Alias BaseSqlConfig

Source
pub type BaseSqlConfig = Config<SqLiteKeyPackageStorage, SqLitePreSharedKeyStorage, SqLiteGroupStateStorage, Missing, DefaultMlsRules, Missing>;
Expand description

Base client configuration that is backed by SQLite storage.

Aliased Typeยง

struct BaseSqlConfig(/* private fields */);