Derive Macro ruma::events::macros::Event

#[derive(Event)]
{
    // Attributes available to this derive:
    #[ruma_event]
}
Available on crate feature events only.
Expand description

Generates implementations needed to serialize and deserialize Matrix events.