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

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

Generates an implementation of ruma_events::EventContent.