Trait ruma::events::RoomAccountDataEventContent

source ·
pub trait RoomAccountDataEventContent: EventContent<EventType = RoomAccountDataEventType> { }
Available on crate feature events only.
Expand description

Content of a room-specific account-data event.

Object Safety§

This trait is not object safe.

Implementors§