//! Types for the [`m.policy.rule.user`] event.
//!
//! [`m.policy.rule.user`]: https://spec.matrix.org/v1.2/client-server-api/#mpolicyruleuser
use EventContent;
use ;
use PolicyRuleEventContent;
/// The content of an `m.policy.rule.user` event.
///
/// This event type is used to apply rules to user entities.
;