Derive Macro ruma_macros::Event
source ยท #[derive(Event)]
{
// Attributes available to this derive:
#[ruma_event]
}
Expand description
Generates implementations needed to serialize and deserialize Matrix events.
#[derive(Event)]
{
// Attributes available to this derive:
#[ruma_event]
}
Generates implementations needed to serialize and deserialize Matrix events.