pub trait RoomAccountDataEventContent: EventContent<EventType = RoomAccountDataEventType> { }
Expand description

Content of a room-specific account-data event.

Object Safety§

This trait is not object safe.

Implementors§