Derive Macro ruma_macros::EventContent
source · [−]#[derive(EventContent)]
{
// Attributes available to this derive:
#[ruma_event]
}
Expand description
Generates an implementation of ruma_common::events::EventContent
.
#[derive(EventContent)]
{
// Attributes available to this derive:
#[ruma_event]
}
Generates an implementation of ruma_common::events::EventContent
.