Derive Macro ruma_events_macros::BasicEventContent[][src]

#[derive(BasicEventContent)]
{
    // Attributes available to this derive:
    #[ruma_event]
}

Generates an implementation of ruma_events::BasicEventContent and it’s super traits.