WithMlsRules

Type Alias WithMlsRules 

Source
pub type WithMlsRules<Pr, C> = Config<<C as IntoConfig>::IdentityProvider, Pr, <C as IntoConfig>::CryptoProvider>;
Available on crate feature external_client only.
Expand description

Change the proposal filter used by a client configuration.

See ExternalClientBuilder::mls_rules.

Aliased Typeยง

pub struct WithMlsRules<Pr, C>(/* private fields */);