pub trait RoomAccountDataEventContent: EventContent<EventType = RoomAccountDataEventType> { }
Expand description
Content of a room-specific account-data event.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.