[]Derive Macro matrix_sdk::events::macros::BasicEventContent

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

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