Module mls_rs::external_client::builder
source · Available on crate feature
external_client only.Expand description
Definitions to build an ExternalClient.
Structs
- Builder for
ExternalClient - Marker type for required
ExternalClientBuilderservices that have not been specified yet.
Traits
- Helper trait to allow consuming crates to easily write an external client type as
ExternalClient<impl MlsConfig>
Type Aliases
- Base client configuration type when instantiating
ExternalClientBuilder - Helper alias for
Config. - Change the crypto provider used by a client configuration.
- Change the identity validator used by a client configuration.
- Change the proposal filter used by a client configuration.