Available on crate feature
external_client
only.Expand description
Definitions to build an ExternalClient
.
Structs§
- External
Client Builder - Builder for
ExternalClient
- Missing
- Marker type for required
ExternalClientBuilder
services that have not been specified yet.
Traits§
- MlsConfig
- Helper trait to allow consuming crates to easily write an external client type as
ExternalClient<impl MlsConfig>
Type Aliases§
- External
Base Config - Base client configuration type when instantiating
ExternalClientBuilder
- Into
Config Output - Helper alias for
Config
. - With
Crypto Provider - Change the crypto provider used by a client configuration.
- With
Identity Provider - Change the identity validator used by a client configuration.
- With
MlsRules - Change the proposal filter used by a client configuration.