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.
Aliased Typeยง
pub struct WithMlsRules<Pr, C>(/* private fields */);