Derive Macro ruma::events::macros::Event[]

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

Generates implementations needed to serialize and deserialize Matrix events.